LoggingFields.AddUInt8 Méthode
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.
Surcharges
AddUInt8(String, Byte) |
Ajoute un champ entier non signé 8 bits avec le nom de champ spécifié. |
AddUInt8(String, Byte, LoggingFieldFormat) |
Ajoute un champ entier non signé 8 bits avec le nom et le format de champ spécifiés. |
AddUInt8(String, Byte, LoggingFieldFormat, Int32) |
Ajoute un champ entier non signé 8 bits avec le nom de champ, le format et les balises spécifiés. |
AddUInt8(String, Byte)
Ajoute un champ entier non signé 8 bits avec le nom de champ spécifié.
public:
virtual void AddUInt8(Platform::String ^ name, byte value) = AddUInt8;
/// [Windows.Foundation.Metadata.Overload("AddUInt8")]
void AddUInt8(winrt::hstring const& name, byte const& value);
[Windows.Foundation.Metadata.Overload("AddUInt8")]
public void AddUInt8(string name, byte value);
function addUInt8(name, value)
Public Sub AddUInt8 (name As String, value As Byte)
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom du champ d’événement.
- value
-
Byte
byte
Valeur du champ d’événement.
- Attributs
Voir aussi
S’applique à
AddUInt8(String, Byte, LoggingFieldFormat)
Ajoute un champ entier non signé 8 bits avec le nom et le format de champ spécifiés.
public:
virtual void AddUInt8(Platform::String ^ name, byte value, LoggingFieldFormat format) = AddUInt8;
/// [Windows.Foundation.Metadata.Overload("AddUInt8WithFormat")]
void AddUInt8(winrt::hstring const& name, byte const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddUInt8WithFormat")]
public void AddUInt8(string name, byte value, LoggingFieldFormat format);
function addUInt8(name, value, format)
Public Sub AddUInt8 (name As String, value As Byte, format As LoggingFieldFormat)
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom du champ d’événement.
- value
-
Byte
byte
Valeur du champ d’événement.
- format
- LoggingFieldFormat
Format du champ d’événement. Spécifie un indicateur de mise en forme facultatif qui peut être utilisé par les outils de suivi d’événements pour Windows (ETW).
- Attributs
Voir aussi
S’applique à
AddUInt8(String, Byte, LoggingFieldFormat, Int32)
Ajoute un champ entier non signé 8 bits avec le nom de champ, le format et les balises spécifiés.
public:
virtual void AddUInt8(Platform::String ^ name, byte value, LoggingFieldFormat format, int tags) = AddUInt8;
/// [Windows.Foundation.Metadata.Overload("AddUInt8WithFormatAndTags")]
void AddUInt8(winrt::hstring const& name, byte const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddUInt8WithFormatAndTags")]
public void AddUInt8(string name, byte value, LoggingFieldFormat format, int tags);
function addUInt8(name, value, format, tags)
Public Sub AddUInt8 (name As String, value As Byte, format As LoggingFieldFormat, tags As Integer)
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom du champ d’événement.
- value
-
Byte
byte
Valeur du champ d’événement.
- format
- LoggingFieldFormat
Format du champ d’événement. Spécifie un indicateur de mise en forme facultatif qui peut être utilisé par les outils de suivi d’événements pour Windows (ETW).
- tags
-
Int32
int
Balise définie par l’utilisateur pour le champ d’événement. Spécifie jusqu’à vingt-huit bits de métadonnées de traitement de champ définies par l’utilisateur à utiliser par un outil de traitement ETW personnalisé. Les quatre premiers bits sont réservés et doivent être définis sur zéro (0).
- Attributs