Share via


ControlChannelTrigger.ControlChannelTriggerId Propriété

Définition

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é

String

Platform::String

winrt::hstring

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é.

S’applique à