次の方法で共有


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

フォーカス セッションの一意識別子。

適用対象