FocusSession.Id 속성

정의

포커스 세션에 대한 플랫폼 할당 고유 식별자를 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

포커스 세션의 고유 식별자입니다.

적용 대상