CustomSystemEventTrigger.TriggerId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可唯一識別此觸發程式必須啟動之背景工作的觸發程式識別碼。
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
屬性值
觸發程式識別碼字串。
備註
請考慮以字串形式使用 GUID 。