Partager via


LoggingFields.AddInt16 Méthode

Définition

Surcharges

AddInt16(String, Int16)

Ajoute un champ entier 16 bits avec le nom de champ spécifié.

AddInt16(String, Int16, LoggingFieldFormat)

Ajoute un champ entier 16 bits avec le nom de champ et le format spécifiés.

AddInt16(String, Int16, LoggingFieldFormat, Int32)

Ajoute un champ entier 16 bits avec le nom de champ, le format et les balises spécifiés.

AddInt16(String, Int16)

Ajoute un champ entier 16 bits avec le nom de champ spécifié.

public:
 virtual void AddInt16(Platform::String ^ name, short value) = AddInt16;
/// [Windows.Foundation.Metadata.Overload("AddInt16")]
void AddInt16(winrt::hstring const& name, short const& value);
[Windows.Foundation.Metadata.Overload("AddInt16")]
public void AddInt16(string name, short value);
function addInt16(name, value)
Public Sub AddInt16 (name As String, value As Short)

Paramètres

name
String

Platform::String

winrt::hstring

Nom du champ d’événement.

value
Int16

short

Valeur du champ d’événement.

Attributs

Voir aussi

S’applique à

AddInt16(String, Int16, LoggingFieldFormat)

Ajoute un champ entier 16 bits avec le nom de champ et le format spécifiés.

public:
 virtual void AddInt16(Platform::String ^ name, short value, LoggingFieldFormat format) = AddInt16;
/// [Windows.Foundation.Metadata.Overload("AddInt16WithFormat")]
void AddInt16(winrt::hstring const& name, short const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddInt16WithFormat")]
public void AddInt16(string name, short value, LoggingFieldFormat format);
function addInt16(name, value, format)
Public Sub AddInt16 (name As String, value As Short, format As LoggingFieldFormat)

Paramètres

name
String

Platform::String

winrt::hstring

Nom du champ d’événement.

value
Int16

short

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 à

AddInt16(String, Int16, LoggingFieldFormat, Int32)

Ajoute un champ entier 16 bits avec le nom de champ, le format et les balises spécifiés.

public:
 virtual void AddInt16(Platform::String ^ name, short value, LoggingFieldFormat format, int tags) = AddInt16;
/// [Windows.Foundation.Metadata.Overload("AddInt16WithFormatAndTags")]
void AddInt16(winrt::hstring const& name, short const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddInt16WithFormatAndTags")]
public void AddInt16(string name, short value, LoggingFieldFormat format, int tags);
function addInt16(name, value, format, tags)
Public Sub AddInt16 (name As String, value As Short, format As LoggingFieldFormat, tags As Integer)

Paramètres

name
String

Platform::String

winrt::hstring

Nom du champ d’événement.

value
Int16

short

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

Voir aussi

S’applique à