Condividi tramite


LoggingFields.AddUInt16Array Metodo

Definizione

Overload

AddUInt16Array(String, UInt16[])

Aggiunge un campo intero senza segno a16 bit con il nome del campo specificato.

AddUInt16Array(String, UInt16[], LoggingFieldFormat)

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

AddUInt16Array(String, UInt16[], LoggingFieldFormat, Int32)

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

AddUInt16Array(String, UInt16[])

Aggiunge un campo intero senza segno a16 bit con il nome del campo specificato.

public:
 virtual void AddUInt16Array(Platform::String ^ name, Platform::Array <unsigned short> ^ value) = AddUInt16Array;
/// [Windows.Foundation.Metadata.Overload("AddUInt16Array")]
void AddUInt16Array(winrt::hstring const& name, winrt::array_view <uint16_t> const& value);
[Windows.Foundation.Metadata.Overload("AddUInt16Array")]
public void AddUInt16Array(string name, ushort[] value);
function addUInt16Array(name, value)
Public Sub AddUInt16Array (name As String, value As UShort())

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value

UInt16[]

unsigned short[]

uint16_t[]

Valore per il campo dell'evento. Il formato predefinito per la matrice è binario. Vedere la sezione osservazioni per altri formati che possono essere specificati.

Attributi

Vedi anche

Si applica a

AddUInt16Array(String, UInt16[], LoggingFieldFormat)

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

public:
 virtual void AddUInt16Array(Platform::String ^ name, Platform::Array <unsigned short> ^ value, LoggingFieldFormat format) = AddUInt16Array;
/// [Windows.Foundation.Metadata.Overload("AddUInt16ArrayWithFormat")]
void AddUInt16Array(winrt::hstring const& name, winrt::array_view <uint16_t> const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddUInt16ArrayWithFormat")]
public void AddUInt16Array(string name, ushort[] value, LoggingFieldFormat format);
function addUInt16Array(name, value, format)
Public Sub AddUInt16Array (name As String, value As UShort(), format As LoggingFieldFormat)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value

UInt16[]

unsigned short[]

uint16_t[]

Valore per il campo dell'evento. Il formato predefinito per la matrice è binario. Vedere la sezione osservazioni per altri formati che possono essere specificati.

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

AddUInt16Array(String, UInt16[], LoggingFieldFormat, Int32)

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

public:
 virtual void AddUInt16Array(Platform::String ^ name, Platform::Array <unsigned short> ^ value, LoggingFieldFormat format, int tags) = AddUInt16Array;
/// [Windows.Foundation.Metadata.Overload("AddUInt16ArrayWithFormatAndTags")]
void AddUInt16Array(winrt::hstring const& name, winrt::array_view <uint16_t> const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddUInt16ArrayWithFormatAndTags")]
public void AddUInt16Array(string name, ushort[] value, LoggingFieldFormat format, int tags);
function addUInt16Array(name, value, format, tags)
Public Sub AddUInt16Array (name As String, value As UShort(), format As LoggingFieldFormat, tags As Integer)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value

UInt16[]

unsigned short[]

uint16_t[]

Valore per il campo dell'evento. Il formato predefinito per la matrice è binario. Vedere la sezione osservazioni per altri formati che possono essere specificati.

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