LoggingFields.AddInt16 Metodo

Definizione

Overload

AddInt16(String, Int16)

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

AddInt16(String, Int16, LoggingFieldFormat)

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

AddInt16(String, Int16, LoggingFieldFormat, Int32)

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

AddInt16(String, Int16)

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

public:
 virtual void AddInt16(Platform::String ^ name, short value) = AddInt16;
/// [Windows.Foundation.Metadata.Overload("AddInt16")]
void AddInt16(winrt::hstring const& name, short const& value);
[Windows.Foundation.Metadata.Overload("AddInt16")]
public void AddInt16(string name, short value);
function addInt16(name, value)
Public Sub AddInt16 (name As String, value As Short)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value
Int16

short

Valore del campo dell'evento.

Attributi

Vedi anche

Si applica a

AddInt16(String, Int16, LoggingFieldFormat)

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

public:
 virtual void AddInt16(Platform::String ^ name, short value, LoggingFieldFormat format) = AddInt16;
/// [Windows.Foundation.Metadata.Overload("AddInt16WithFormat")]
void AddInt16(winrt::hstring const& name, short const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddInt16WithFormat")]
public void AddInt16(string name, short value, LoggingFieldFormat format);
function addInt16(name, value, format)
Public Sub AddInt16 (name As String, value As Short, format As LoggingFieldFormat)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value
Int16

short

Valore del 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

AddInt16(String, Int16, LoggingFieldFormat, Int32)

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

public:
 virtual void AddInt16(Platform::String ^ name, short value, LoggingFieldFormat format, int tags) = AddInt16;
/// [Windows.Foundation.Metadata.Overload("AddInt16WithFormatAndTags")]
void AddInt16(winrt::hstring const& name, short const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddInt16WithFormatAndTags")]
public void AddInt16(string name, short value, LoggingFieldFormat format, int tags);
function addInt16(name, value, format, tags)
Public Sub AddInt16 (name As String, value As Short, format As LoggingFieldFormat, tags As Integer)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value
Int16

short

Valore del 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