LoggingFields.AddUInt64 Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
AddUInt64(String, UInt64, LoggingFieldFormat, Int32) |
Aggiunge un campo intero senza segno a 64 bit con il nome del campo, il formato e i tag specificati. |
AddUInt64(String, UInt64) |
Aggiunge un campo intero senza segno a 64 bit con il nome del campo specificato. |
AddUInt64(String, UInt64, LoggingFieldFormat) |
Aggiunge un campo intero senza segno a 64 bit con il nome e il formato del campo specificati. |
AddUInt64(String, UInt64, LoggingFieldFormat, Int32)
Aggiunge un campo intero senza segno a 64 bit con il nome del campo, il formato e i tag specificati.
public:
virtual void AddUInt64(Platform::String ^ name, unsigned long long value, LoggingFieldFormat format, int tags) = AddUInt64;
/// [Windows.Foundation.Metadata.Overload("AddUInt64WithFormatAndTags")]
void AddUInt64(winrt::hstring const& name, uint64_t const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddUInt64WithFormatAndTags")]
public void AddUInt64(string name, ulong value, LoggingFieldFormat format, int tags);
function addUInt64(name, value, format, tags)
Public Sub AddUInt64 (name As String, value As ULong, format As LoggingFieldFormat, tags As Integer)
Parametri
- name
-
String
Platform::String
winrt::hstring
Nome del campo evento.
- value
-
UInt64
unsigned long long
uint64_t
Valore per il campo evento.
- format
- LoggingFieldFormat
Formato del campo evento. Specifica un hint di formattazione facoltativo che può essere usato dagli strumenti di Traccia eventi per Windows (ETW).
- tags
-
Int32
int
Tag definito dall'utente per il campo evento. Specifica fino a venti otto bit di metadati di elaborazione dei campi definiti dall'utente per l'uso da parte di uno strumento di elaborazione ETW personalizzato. I primi quattro bit sono riservati e devono essere impostati su zero (0).
- Attributi
Vedi anche
Si applica a
AddUInt64(String, UInt64)
Aggiunge un campo intero senza segno a 64 bit con il nome del campo specificato.
public:
virtual void AddUInt64(Platform::String ^ name, unsigned long long value) = AddUInt64;
/// [Windows.Foundation.Metadata.Overload("AddUInt64")]
void AddUInt64(winrt::hstring const& name, uint64_t const& value);
[Windows.Foundation.Metadata.Overload("AddUInt64")]
public void AddUInt64(string name, ulong value);
function addUInt64(name, value)
Public Sub AddUInt64 (name As String, value As ULong)
Parametri
- name
-
String
Platform::String
winrt::hstring
Nome del campo evento.
- value
-
UInt64
unsigned long long
uint64_t
Valore per il campo evento.
- Attributi
Vedi anche
Si applica a
AddUInt64(String, UInt64, LoggingFieldFormat)
Aggiunge un campo intero senza segno a 64 bit con il nome e il formato del campo specificati.
public:
virtual void AddUInt64(Platform::String ^ name, unsigned long long value, LoggingFieldFormat format) = AddUInt64;
/// [Windows.Foundation.Metadata.Overload("AddUInt64WithFormat")]
void AddUInt64(winrt::hstring const& name, uint64_t const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddUInt64WithFormat")]
public void AddUInt64(string name, ulong value, LoggingFieldFormat format);
function addUInt64(name, value, format)
Public Sub AddUInt64 (name As String, value As ULong, format As LoggingFieldFormat)
Parametri
- name
-
String
Platform::String
winrt::hstring
Nome del campo evento.
- value
-
UInt64
unsigned long long
uint64_t
Valore per il campo evento.
- format
- LoggingFieldFormat
Formato del campo evento. Specifica un hint di formattazione facoltativo che può essere usato dagli strumenti di Traccia eventi per Windows (ETW).
- Attributi