Partager via


LoggingFields.AddInt64 Méthode

Définition

Surcharges

AddInt64(String, Int64)

Ajoute un champ de tableau d’entiers 64 bits avec le nom de champ spécifié.

AddInt64(String, Int64, LoggingFieldFormat)

Ajoute un champ de tableau d’entiers 64 bits avec le nom et le format de champ spécifiés.

AddInt64(String, Int64, LoggingFieldFormat, Int32)

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

AddInt64(String, Int64)

Ajoute un champ de tableau d’entiers 64 bits avec le nom de champ spécifié.

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

Paramètres

name
String

Platform::String

winrt::hstring

Nom du champ d’événement.

value
Int64

long long

long

Valeurs de tableau pour le champ d’événement.

Attributs

Voir aussi

S’applique à

AddInt64(String, Int64, LoggingFieldFormat)

Ajoute un champ de tableau d’entiers 64 bits avec le nom et le format de champ spécifiés.

public:
 virtual void AddInt64(Platform::String ^ name, long long value, LoggingFieldFormat format) = AddInt64;
/// [Windows.Foundation.Metadata.Overload("AddInt64WithFormat")]
void AddInt64(winrt::hstring const& name, long const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddInt64WithFormat")]
public void AddInt64(string name, long value, LoggingFieldFormat format);
function addInt64(name, value, format)
Public Sub AddInt64 (name As String, value As Long, format As LoggingFieldFormat)

Paramètres

name
String

Platform::String

winrt::hstring

Nom du champ d’événement.

value
Int64

long long

long

Valeurs de tableau pour le 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 à

AddInt64(String, Int64, LoggingFieldFormat, Int32)

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

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

Paramètres

name
String

Platform::String

winrt::hstring

Nom du champ d’événement.

value
Int64

long long

long

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 à