次の方法で共有


RemoteSystemConnectionRequest.CreateFromConnectionToken(String) メソッド

定義

ConnectionToken に基づいて RemoteSystemConnectionRequest を返します。

public:
 static RemoteSystemConnectionRequest ^ CreateFromConnectionToken(Platform::String ^ connectionToken);
 static RemoteSystemConnectionRequest CreateFromConnectionToken(winrt::hstring const& connectionToken);
public static RemoteSystemConnectionRequest CreateFromConnectionToken(string connectionToken);
function createFromConnectionToken(connectionToken)
Public Shared Function CreateFromConnectionToken (connectionToken As String) As RemoteSystemConnectionRequest

パラメーター

connectionToken
String

Platform::String

winrt::hstring

RemoteSystemConnectionRequest が作成される特定の接続トークン。

戻り値

RemoteSystemConnectionRequest クラスのインスタンス。

Windows の要件

デバイス ファミリ
Windows 10, version 1903 (10.0.18362.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v8.0 で導入)

注釈

CreateFromConnectionToken には、Windows の RemoteSystem 機能が必要であり、RemoteSystem::RequestAccessAsync 関数が以前に呼び出されている必要があります。 これらの両方のアクセス許可なしで を呼び出すと、例外が発生します。

適用対象

こちらもご覧ください

  • <xref:Windows.System.RemoteSystems.RemoteSystemConnectionRequest.ConnectionToken%0aM%3aWindows.System.RemoteSystems.RemoteSystemConnectionRequest.CreateFromConnectionTokenForUser(Windows.System.User%2cSystem.String)>