다음을 통해 공유


SocketActivityInformation.Id 속성

정의

전송된 소켓을 식별하는 데 사용되는 이 앱의 고유 문자열입니다. 소켓 소유권을 서비스로 전송하는 동안 앱에서 전달합니다.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = socketActivityInformation.id;
Public ReadOnly Property Id As String

속성 값

String

Platform::String

winrt::hstring

전송된 소켓을 식별하는 고유 문자열입니다.

적용 대상