CustomSystemEventTrigger.TriggerId Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
Stringa di identificatore del trigger.
Commenti
È consigliabile usare un GUID in formato stringa.