DesktopChildSiteBridge.AcceptRemoteEndpoint(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void AcceptRemoteEndpoint(Platform::String ^ islandConnectionInfo) = AcceptRemoteEndpoint;
/// [Windows.Foundation.Metadata.Experimental]
void AcceptRemoteEndpoint(winrt::hstring const& islandConnectionInfo);
[Windows.Foundation.Metadata.Experimental]
public void AcceptRemoteEndpoint(string islandConnectionInfo);
function acceptRemoteEndpoint(islandConnectionInfo)
Public Sub AcceptRemoteEndpoint (islandConnectionInfo As String)
Parameters
- islandConnectionInfo
-
String
Platform::String
winrt::hstring
Implements
M:Microsoft.UI.Content.IContentSiteBridgeEndpointConnectionPrivate.AcceptRemoteEndpoint(System.String)
M:Microsoft.UI.Content.IContentSiteBridgeEndpointConnectionPrivate.AcceptRemoteEndpoint(Platform::String)
M:Microsoft.UI.Content.IContentSiteBridgeEndpointConnectionPrivate.AcceptRemoteEndpoint(winrt::hstring)
- Attributes