CustomSystemEventTrigger.TriggerId Proprietà

Definizione

Identificatore di trigger che identifica in modo univoco l'attività in background che deve essere avviata da questo trigger.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Stringa di identificatore del trigger.

Commenti

È consigliabile usare un GUID in formato stringa.

Si applica a