Condividi tramite


LoggingFields.AddInt64Array Metodo

Definizione

Overload

AddInt64Array(String, Int64[], LoggingFieldFormat, Int32)

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

AddInt64Array(String, Int64[])

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

AddInt64Array(String, Int64[], LoggingFieldFormat)

Aggiunge un campo matrice integer a 64 bit con il nome e il formato del campo specificati.

AddInt64Array(String, Int64[], LoggingFieldFormat, Int32)

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

public:
 virtual void AddInt64Array(Platform::String ^ name, Platform::Array <long long> ^ value, LoggingFieldFormat format, int tags) = AddInt64Array;
/// [Windows.Foundation.Metadata.Overload("AddInt64ArrayWithFormatAndTags")]
void AddInt64Array(winrt::hstring const& name, winrt::array_view <long> const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddInt64ArrayWithFormatAndTags")]
public void AddInt64Array(string name, long[] value, LoggingFieldFormat format, int tags);
function addInt64Array(name, value, format, tags)
Public Sub AddInt64Array (name As String, value As Long(), format As LoggingFieldFormat, tags As Integer)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value

Int64[]

long long[]

long[]

Valori della matrice 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

AddInt64Array(String, Int64[])

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

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

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value

Int64[]

long long[]

long[]

Valori della matrice per il campo dell'evento.

Attributi

Vedi anche

Si applica a

AddInt64Array(String, Int64[], LoggingFieldFormat)

Aggiunge un campo matrice integer a 64 bit con il nome e il formato del campo specificati.

public:
 virtual void AddInt64Array(Platform::String ^ name, Platform::Array <long long> ^ value, LoggingFieldFormat format) = AddInt64Array;
/// [Windows.Foundation.Metadata.Overload("AddInt64ArrayWithFormat")]
void AddInt64Array(winrt::hstring const& name, winrt::array_view <long> const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddInt64ArrayWithFormat")]
public void AddInt64Array(string name, long[] value, LoggingFieldFormat format);
function addInt64Array(name, value, format)
Public Sub AddInt64Array (name As String, value As Long(), format As LoggingFieldFormat)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value

Int64[]

long long[]

long[]

Valori della matrice 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