次の方法で共有


LoggingFields.AddUInt16 メソッド

定義

オーバーロード

AddUInt16(String, UInt16)

指定したフィールド名を持つ 16 ビット符号なし整数フィールドを追加します。

AddUInt16(String, UInt16, LoggingFieldFormat)

指定したフィールド名と形式を持つ 16 ビット符号なし整数フィールドを追加します。

AddUInt16(String, UInt16, LoggingFieldFormat, Int32)

指定したフィールド名、形式、タグを持つ 16 ビット符号なし整数フィールドを追加します。

AddUInt16(String, UInt16)

指定したフィールド名を持つ 16 ビット符号なし整数フィールドを追加します。

public:
 virtual void AddUInt16(Platform::String ^ name, unsigned short value) = AddUInt16;
/// [Windows.Foundation.Metadata.Overload("AddUInt16")]
void AddUInt16(winrt::hstring const& name, uint16_t const& value);
[Windows.Foundation.Metadata.Overload("AddUInt16")]
public void AddUInt16(string name, ushort value);
function addUInt16(name, value)
Public Sub AddUInt16 (name As String, value As UShort)

パラメーター

name
String

Platform::String

winrt::hstring

イベント フィールドの名前。

value
UInt16

unsigned short

uint16_t

イベント フィールドの値。

属性

こちらもご覧ください

適用対象

AddUInt16(String, UInt16, LoggingFieldFormat)

指定したフィールド名と形式を持つ 16 ビット符号なし整数フィールドを追加します。

public:
 virtual void AddUInt16(Platform::String ^ name, unsigned short value, LoggingFieldFormat format) = AddUInt16;
/// [Windows.Foundation.Metadata.Overload("AddUInt16WithFormat")]
void AddUInt16(winrt::hstring const& name, uint16_t const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddUInt16WithFormat")]
public void AddUInt16(string name, ushort value, LoggingFieldFormat format);
function addUInt16(name, value, format)
Public Sub AddUInt16 (name As String, value As UShort, format As LoggingFieldFormat)

パラメーター

name
String

Platform::String

winrt::hstring

イベント フィールドの名前。

value
UInt16

unsigned short

uint16_t

イベント フィールドの値。

format
LoggingFieldFormat

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

属性

こちらもご覧ください

適用対象

AddUInt16(String, UInt16, LoggingFieldFormat, Int32)

指定したフィールド名、形式、タグを持つ 16 ビット符号なし整数フィールドを追加します。

public:
 virtual void AddUInt16(Platform::String ^ name, unsigned short value, LoggingFieldFormat format, int tags) = AddUInt16;
/// [Windows.Foundation.Metadata.Overload("AddUInt16WithFormatAndTags")]
void AddUInt16(winrt::hstring const& name, uint16_t const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddUInt16WithFormatAndTags")]
public void AddUInt16(string name, ushort value, LoggingFieldFormat format, int tags);
function addUInt16(name, value, format, tags)
Public Sub AddUInt16 (name As String, value As UShort, format As LoggingFieldFormat, tags As Integer)

パラメーター

name
String

Platform::String

winrt::hstring

イベント フィールドの名前。

value
UInt16

unsigned short

uint16_t

イベント フィールドの値。

format
LoggingFieldFormat

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

tags
Int32

int

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

属性

こちらもご覧ください

適用対象