Condividi tramite


LoggingFields.AddInt32Array Metodo

Definizione

Overload

AddInt32Array(String, Int32[])

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

AddInt32Array(String, Int32[], LoggingFieldFormat)

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

AddInt32Array(String, Int32[], LoggingFieldFormat, Int32)

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

AddInt32Array(String, Int32[])

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

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

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo evento.

value

Int32[]

int[]

Valori della matrice per il campo evento.

Attributi

Vedi anche

Si applica a

AddInt32Array(String, Int32[], LoggingFieldFormat)

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

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

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo evento.

value

Int32[]

int[]

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

Vedi anche

Si applica a

AddInt32Array(String, Int32[], LoggingFieldFormat, Int32)

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

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

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo evento.

value

Int32[]

int[]

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