Share via


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

イベント フィールドの形式。 Event Tracing for 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

イベント フィールドの形式。 Event Tracing for Windows (ETW) ツールで使用できるオプションの書式設定ヒントを指定します。

tags
Int32

int

イベント フィールドのユーザー定義タグ。 カスタム ETW 処理ツールで使用するために、最大 28 ビットのユーザー定義フィールド処理メタデータを指定します。 上位 4 ビットは予約済みであり、ゼロ (0) に設定する必要があります。

属性

こちらもご覧ください

適用対象