共用方式為


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

適用於