Condividi tramite


LoggingFields.AddChar16 Metodo

Definizione

Overload

AddChar16(String, Char)

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

AddChar16(String, Char, LoggingFieldFormat)

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

AddChar16(String, Char, LoggingFieldFormat, Int32)

Aggiunge un campo carattere a 16 bit con il nome del campo, il formato e il tag specificati.

AddChar16(String, Char)

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

public:
 virtual void AddChar16(Platform::String ^ name, char16 value) = AddChar16;
/// [Windows.Foundation.Metadata.Overload("AddChar16")]
void AddChar16(winrt::hstring const& name, char16_t const& value);
[Windows.Foundation.Metadata.Overload("AddChar16")]
public void AddChar16(string name, char value);
function addChar16(name, value)
Public Sub AddChar16 (name As String, value As Char)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo evento.

value
Char

char16

char16_t

Valore del campo evento.

Attributi

Vedi anche

Si applica a

AddChar16(String, Char, LoggingFieldFormat)

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

public:
 virtual void AddChar16(Platform::String ^ name, char16 value, LoggingFieldFormat format) = AddChar16;
/// [Windows.Foundation.Metadata.Overload("AddChar16WithFormat")]
void AddChar16(winrt::hstring const& name, char16_t const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddChar16WithFormat")]
public void AddChar16(string name, char value, LoggingFieldFormat format);
function addChar16(name, value, format)
Public Sub AddChar16 (name As String, value As Char, format As LoggingFieldFormat)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo evento.

value
Char

char16

char16_t

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

AddChar16(String, Char, LoggingFieldFormat, Int32)

Aggiunge un campo carattere a 16 bit con il nome del campo, il formato e il tag specificati.

public:
 virtual void AddChar16(Platform::String ^ name, char16 value, LoggingFieldFormat format, int tags) = AddChar16;
/// [Windows.Foundation.Metadata.Overload("AddChar16WithFormatAndTags")]
void AddChar16(winrt::hstring const& name, char16_t const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddChar16WithFormatAndTags")]
public void AddChar16(string name, char value, LoggingFieldFormat format, int tags);
function addChar16(name, value, format, tags)
Public Sub AddChar16 (name As String, value As Char, format As LoggingFieldFormat, tags As Integer)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo evento.

value
Char

char16

char16_t

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