LoggingFields.AddInt16 メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddInt16(String, Int16) |
指定したフィールド名を持つ 16 ビットの整数フィールドを追加します。 |
AddInt16(String, Int16, LoggingFieldFormat) |
指定したフィールド名と形式を持つ 16 ビットの整数フィールドを追加します。 |
AddInt16(String, Int16, LoggingFieldFormat, Int32) |
指定したフィールド名、形式、タグを持つ 16 ビットの整数フィールドを追加します。 |
AddInt16(String, Int16)
指定したフィールド名を持つ 16 ビットの整数フィールドを追加します。
public:
virtual void AddInt16(Platform::String ^ name, short value) = AddInt16;
/// [Windows.Foundation.Metadata.Overload("AddInt16")]
void AddInt16(winrt::hstring const& name, short const& value);
[Windows.Foundation.Metadata.Overload("AddInt16")]
public void AddInt16(string name, short value);
function addInt16(name, value)
Public Sub AddInt16 (name As String, value As Short)
パラメーター
- name
-
String
Platform::String
winrt::hstring
イベント フィールドの名前。
- value
-
Int16
short
イベント フィールドの値。
- 属性
こちらもご覧ください
適用対象
AddInt16(String, Int16, LoggingFieldFormat)
指定したフィールド名と形式を持つ 16 ビットの整数フィールドを追加します。
public:
virtual void AddInt16(Platform::String ^ name, short value, LoggingFieldFormat format) = AddInt16;
/// [Windows.Foundation.Metadata.Overload("AddInt16WithFormat")]
void AddInt16(winrt::hstring const& name, short const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddInt16WithFormat")]
public void AddInt16(string name, short value, LoggingFieldFormat format);
function addInt16(name, value, format)
Public Sub AddInt16 (name As String, value As Short, format As LoggingFieldFormat)
パラメーター
- name
-
String
Platform::String
winrt::hstring
イベント フィールドの名前。
- value
-
Int16
short
イベント フィールドの値。
- format
- LoggingFieldFormat
イベント フィールドの形式。 Event Tracing for Windows (ETW) ツールで使用できるオプションの書式設定ヒントを指定します。
- 属性
こちらもご覧ください
適用対象
AddInt16(String, Int16, LoggingFieldFormat, Int32)
指定したフィールド名、形式、タグを持つ 16 ビットの整数フィールドを追加します。
public:
virtual void AddInt16(Platform::String ^ name, short value, LoggingFieldFormat format, int tags) = AddInt16;
/// [Windows.Foundation.Metadata.Overload("AddInt16WithFormatAndTags")]
void AddInt16(winrt::hstring const& name, short const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddInt16WithFormatAndTags")]
public void AddInt16(string name, short value, LoggingFieldFormat format, int tags);
function addInt16(name, value, format, tags)
Public Sub AddInt16 (name As String, value As Short, format As LoggingFieldFormat, tags As Integer)
パラメーター
- name
-
String
Platform::String
winrt::hstring
イベント フィールドの名前。
- value
-
Int16
short
イベント フィールドの値。
- format
- LoggingFieldFormat
イベント フィールドの形式。 Event Tracing for Windows (ETW) ツールで使用できるオプションの書式設定ヒントを指定します。
- tags
-
Int32
int
イベント フィールドのユーザー定義タグ。 カスタム ETW 処理ツールで使用するために、最大 28 ビットのユーザー定義フィールド処理メタデータを指定します。 上位 4 ビットは予約済みであり、ゼロ (0) に設定する必要があります。
- 属性