RemoteSystemConnectionRequest.ConnectionToken 属性

定义

获取一个令牌,该令牌保存 RemoteSystemConnectionRequest 的连接信息,以便以后可以重新连接。

public:
 property Platform::String ^ ConnectionToken { Platform::String ^ get(); };
winrt::hstring ConnectionToken();
public string ConnectionToken { get; }
var string = remoteSystemConnectionRequest.connectionToken;
Public ReadOnly Property ConnectionToken As String

属性值

String

Platform::String

winrt::hstring

ConnectionToken 的字符串。

Windows 要求

设备系列
Windows 10, version 1903 (在 10.0.18362.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)

适用于

另请参阅

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