Condividi tramite


LoggingFields.AddUInt8 Metodo

Definizione

Overload

AddUInt8(String, Byte)

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

AddUInt8(String, Byte, LoggingFieldFormat)

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

AddUInt8(String, Byte, LoggingFieldFormat, Int32)

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

AddUInt8(String, Byte)

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

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

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo evento.

value
Byte

byte

Valore per il campo evento.

Attributi

Vedi anche

Si applica a

AddUInt8(String, Byte, LoggingFieldFormat)

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

public:
 virtual void AddUInt8(Platform::String ^ name, byte value, LoggingFieldFormat format) = AddUInt8;
/// [Windows.Foundation.Metadata.Overload("AddUInt8WithFormat")]
void AddUInt8(winrt::hstring const& name, byte const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddUInt8WithFormat")]
public void AddUInt8(string name, byte value, LoggingFieldFormat format);
function addUInt8(name, value, format)
Public Sub AddUInt8 (name As String, value As Byte, format As LoggingFieldFormat)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo evento.

value
Byte

byte

Valore 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

AddUInt8(String, Byte, LoggingFieldFormat, Int32)

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

public:
 virtual void AddUInt8(Platform::String ^ name, byte value, LoggingFieldFormat format, int tags) = AddUInt8;
/// [Windows.Foundation.Metadata.Overload("AddUInt8WithFormatAndTags")]
void AddUInt8(winrt::hstring const& name, byte const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddUInt8WithFormatAndTags")]
public void AddUInt8(string name, byte value, LoggingFieldFormat format, int tags);
function addUInt8(name, value, format, tags)
Public Sub AddUInt8 (name As String, value As Byte, format As LoggingFieldFormat, tags As Integer)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo evento.

value
Byte

byte

Valore 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