LoggingFields.AddUInt16 Metodo

Definizione

Overload

AddUInt16(String, UInt16)

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

AddUInt16(String, UInt16, LoggingFieldFormat)

Aggiunge un campo intero senza segno a 16 bit con il nome e il formato del campo specificati.

AddUInt16(String, UInt16, LoggingFieldFormat, Int32)

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

AddUInt16(String, UInt16)

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

public:
 virtual void AddUInt16(Platform::String ^ name, unsigned short value) = AddUInt16;
/// [Windows.Foundation.Metadata.Overload("AddUInt16")]
void AddUInt16(winrt::hstring const& name, uint16_t const& value);
[Windows.Foundation.Metadata.Overload("AddUInt16")]
public void AddUInt16(string name, ushort value);
function addUInt16(name, value)
Public Sub AddUInt16 (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.

Attributi

Vedi anche

Si applica a

AddUInt16(String, UInt16, LoggingFieldFormat)

Aggiunge un campo intero senza segno a 16 bit con il nome e il formato del campo specificati.

public:
 virtual void AddUInt16(Platform::String ^ name, unsigned short value, LoggingFieldFormat format) = AddUInt16;
/// [Windows.Foundation.Metadata.Overload("AddUInt16WithFormat")]
void AddUInt16(winrt::hstring const& name, uint16_t const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddUInt16WithFormat")]
public void AddUInt16(string name, ushort value, LoggingFieldFormat format);
function addUInt16(name, value, format)
Public Sub AddUInt16 (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.

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

AddUInt16(String, UInt16, LoggingFieldFormat, Int32)

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

public:
 virtual void AddUInt16(Platform::String ^ name, unsigned short value, LoggingFieldFormat format, int tags) = AddUInt16;
/// [Windows.Foundation.Metadata.Overload("AddUInt16WithFormatAndTags")]
void AddUInt16(winrt::hstring const& name, uint16_t const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddUInt16WithFormatAndTags")]
public void AddUInt16(string name, ushort value, LoggingFieldFormat format, int tags);
function addUInt16(name, value, format, tags)
Public Sub AddUInt16 (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.

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