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)>