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>