LoggingFields.AddUInt64Array Metodo

Definizione

Overload

AddUInt64Array(String, UInt64[])

Aggiunge un campo matrice integer senza segno a 64 bit con il nome del campo specificato.

AddUInt64Array(String, UInt64[], LoggingFieldFormat)

Aggiunge un campo matrice integer senza segno a 64 bit con il nome e il formato di campo specificati.

AddUInt64Array(String, UInt64[], LoggingFieldFormat, Int32)

Aggiunge un campo matrice integer senza segno a 64 bit con il nome del campo, il formato e i tag specificati.

AddUInt64Array(String, UInt64[])

Aggiunge un campo matrice integer senza segno a 64 bit con il nome del campo specificato.

public:
 virtual void AddUInt64Array(Platform::String ^ name, Platform::Array <unsigned long long> ^ value) = AddUInt64Array;
/// [Windows.Foundation.Metadata.Overload("AddUInt64Array")]
void AddUInt64Array(winrt::hstring const& name, winrt::array_view <uint64_t> const& value);
[Windows.Foundation.Metadata.Overload("AddUInt64Array")]
public void AddUInt64Array(string name, ulong[] value);
function addUInt64Array(name, value)
Public Sub AddUInt64Array (name As String, value As ULong())

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value

UInt64[]

unsigned long long[]

uint64_t[]

Valore per il campo dell'evento.

Attributi

Vedi anche

Si applica a

AddUInt64Array(String, UInt64[], LoggingFieldFormat)

Aggiunge un campo matrice integer senza segno a 64 bit con il nome e il formato di campo specificati.

public:
 virtual void AddUInt64Array(Platform::String ^ name, Platform::Array <unsigned long long> ^ value, LoggingFieldFormat format) = AddUInt64Array;
/// [Windows.Foundation.Metadata.Overload("AddUInt64ArrayWithFormat")]
void AddUInt64Array(winrt::hstring const& name, winrt::array_view <uint64_t> const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddUInt64ArrayWithFormat")]
public void AddUInt64Array(string name, ulong[] value, LoggingFieldFormat format);
function addUInt64Array(name, value, format)
Public Sub AddUInt64Array (name As String, value As ULong(), format As LoggingFieldFormat)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value

UInt64[]

unsigned long long[]

uint64_t[]

Valore per il campo dell'evento.

format
LoggingFieldFormat

Formato del campo dell'evento. Specifica un hint di formattazione facoltativo che può essere utilizzato dagli strumenti ETW (Event Tracing for Windows).

Attributi

Vedi anche

Si applica a

AddUInt64Array(String, UInt64[], LoggingFieldFormat, Int32)

Aggiunge un campo matrice integer senza segno a 64 bit con il nome del campo, il formato e i tag specificati.

public:
 virtual void AddUInt64Array(Platform::String ^ name, Platform::Array <unsigned long long> ^ value, LoggingFieldFormat format, int tags) = AddUInt64Array;
/// [Windows.Foundation.Metadata.Overload("AddUInt64ArrayWithFormatAndTags")]
void AddUInt64Array(winrt::hstring const& name, winrt::array_view <uint64_t> const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddUInt64ArrayWithFormatAndTags")]
public void AddUInt64Array(string name, ulong[] value, LoggingFieldFormat format, int tags);
function addUInt64Array(name, value, format, tags)
Public Sub AddUInt64Array (name As String, value As ULong(), format As LoggingFieldFormat, tags As Integer)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value

UInt64[]

unsigned long long[]

uint64_t[]

Valore per il campo dell'evento.

format
LoggingFieldFormat

Formato del campo dell'evento. Specifica un hint di formattazione facoltativo che può essere utilizzato dagli strumenti ETW (Event Tracing for Windows).

tags
Int32

int

Tag definito dall'utente per il campo dell'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