RemoteSystemConnectionRequest.CreateFromConnectionToken(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)>