ControlChannelTrigger.ControlChannelTriggerId 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.
Obtient une chaîne qui peut être utilisée pour différencier différents déclencheurs de canal de contrôle sur l’ordinateur local.
Notes
La classe ControlChannelTrigger n’est pas prise en charge sur Windows Phone.
public:
property Platform::String ^ ControlChannelTriggerId { Platform::String ^ get(); };
winrt::hstring ControlChannelTriggerId();
public string ControlChannelTriggerId { get; }
var string = controlChannelTrigger.controlChannelTriggerId;
Public ReadOnly Property ControlChannelTriggerId As String
Valeur de propriété
Chaîne qui peut être utilisée pour différencier différents déclencheurs de canal de contrôle.
Remarques
Cette propriété ControlChannelTriggerId est définie lors de la création d’un objet ControlChannelTrigger à l’aide de l’un des constructeurs ControlChannelTrigger . Le paramètre channelId passé au constructeur définit cette propriété.