CustomSystemEventTrigger.TriggerId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Identificateur de déclencheur qui identifie de manière unique la tâche en arrière-plan qui doit être démarrée par ce déclencheur.
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
Valeur de propriété
Chaîne d’identificateur de déclencheur.
Remarques
Envisagez d’utiliser un GUID sous forme de chaîne.