LoggingChannel.Id 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.
Retourne l’identificateur du fournisseur pour ce canal.
public:
property Platform::Guid Id { Platform::Guid get(); };
winrt::guid Id();
public Guid Id { get; }
var guid = loggingChannel.id;
Public ReadOnly Property Id As Guid
Valeur de propriété
Identificateur de fournisseur pour ce canal.
Remarques
La valeur de l’ID dépend de la façon dont loggingChannel est construit comme décrit dans le tableau suivant :
Constructeur utilisé | Valeur d’ID |
---|---|
LoggingChannel(String) | Le canal fonctionnera en mode de compatibilité Windows 8.1 et retournera 4bd2826e-54a1-4ba9-bf63-92b73ea1ac4a, qui est le GUID du manifeste Microsoft-Windows-Diagnostics-LoggingChannel. |
LoggingChannel(String, LoggingChannelOptions) | Le GUID sera déterminé en hachant le paramètre name passé au constructeur LoggingChannel . |
LoggingChannel(String, LoggingChannelOptions, Guid) | La valeur est identique au paramètre Id passé au constructeur LoggingChannel . |