CustomSystemEventTrigger.TriggerId プロパティ

定義

このトリガーで開始する必要があるバックグラウンド タスクを一意に識別するトリガー識別子。

public:
 property Platform::String ^ TriggerId { Platform::String ^ get(); };
winrt::hstring TriggerId();
public string TriggerId { get; }
var string = customSystemEventTrigger.triggerId;
Public ReadOnly Property TriggerId As String

プロパティ値

String

Platform::String

winrt::hstring

トリガー識別子の文字列。

注釈

文字列形式で GUID を 使用することを検討してください。

適用対象