Partager via


LoggingFields.AddEmpty Méthode

Définition

Surcharges

AddEmpty(String, LoggingFieldFormat)

Ajoute un champ vide.

AddEmpty(String, LoggingFieldFormat, Int32)

Ajoute un champ vide.

AddEmpty(String)

Ajoute un champ vide.

AddEmpty(String, LoggingFieldFormat)

Ajoute un champ vide.

public:
 virtual void AddEmpty(Platform::String ^ name, LoggingFieldFormat format) = AddEmpty;
/// [Windows.Foundation.Metadata.Overload("AddEmptyWithFormat")]
void AddEmpty(winrt::hstring const& name, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddEmptyWithFormat")]
public void AddEmpty(string name, LoggingFieldFormat format);
function addEmpty(name, format)
Public Sub AddEmpty (name As String, format As LoggingFieldFormat)

Paramètres

name
String

Platform::String

winrt::hstring

Nom 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 à

AddEmpty(String, LoggingFieldFormat, Int32)

Ajoute un champ vide.

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

Paramètres

name
String

Platform::String

winrt::hstring

Nom 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 à

AddEmpty(String)

Ajoute un champ vide.

public:
 virtual void AddEmpty(Platform::String ^ name) = AddEmpty;
/// [Windows.Foundation.Metadata.Overload("AddEmpty")]
void AddEmpty(winrt::hstring const& name);
[Windows.Foundation.Metadata.Overload("AddEmpty")]
public void AddEmpty(string name);
function addEmpty(name)
Public Sub AddEmpty (name As String)

Paramètres

name
String

Platform::String

winrt::hstring

Nom du champ d’événement.

Attributs

Remarques

Un champ vide a un nom, un format facultatif et des balises, mais aucune valeur.

Voir aussi

S’applique à