共用方式為


LoggingFields.AddUInt8 方法

定義

多載

AddUInt8(String, Byte)

加入具有指定功能變數名稱的 8 位不帶正負號的整數欄位。

AddUInt8(String, Byte, LoggingFieldFormat)

加入具有指定功能變數名稱和格式的 8 位不帶正負號的整數欄位。

AddUInt8(String, Byte, LoggingFieldFormat, Int32)

加入具有指定功能變數名稱、格式和標記的 8 位不帶正負號的整數欄位。

AddUInt8(String, Byte)

加入具有指定功能變數名稱的 8 位不帶正負號的整數欄位。

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)

參數

name
String

Platform::String

winrt::hstring

事件欄位的名稱。

value
Byte

byte

事件欄位的值。

屬性

另請參閱

適用於

AddUInt8(String, Byte, LoggingFieldFormat)

加入具有指定功能變數名稱和格式的 8 位不帶正負號的整數欄位。

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)

參數

name
String

Platform::String

winrt::hstring

事件欄位的名稱。

value
Byte

byte

事件欄位的值。

format
LoggingFieldFormat

事件欄位的格式。 指定 Windows 事件追蹤 (ETW) 工具可能使用的選擇性格式提示。

屬性

另請參閱

適用於

AddUInt8(String, Byte, LoggingFieldFormat, Int32)

加入具有指定功能變數名稱、格式和標記的 8 位不帶正負號的整數欄位。

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)

參數

name
String

Platform::String

winrt::hstring

事件欄位的名稱。

value
Byte

byte

事件欄位的值。

format
LoggingFieldFormat

事件欄位的格式。 指定 Windows 事件追蹤 (ETW) 工具可能使用的選擇性格式提示。

tags
Int32

int

事件欄位的使用者定義標記。 指定最多 208 位的使用者定義欄位處理中繼資料,以供自訂 ETW 處理工具使用。 前四個位是保留的,而且必須設定為零 (0) 。

屬性

另請參閱

適用於