次の方法で共有


LoggingFields.AddInt32 メソッド

定義

オーバーロード

AddInt32(String, Int32, LoggingFieldFormat, Int32)

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

AddInt32(String, Int32, LoggingFieldFormat)

指定したフィールド名と形式を持つ 32 ビット整数配列フィールドを追加します。

AddInt32(String, Int32)

指定したフィールド名を持つ 32 ビット整数配列フィールドを追加します。

AddInt32(String, Int32, LoggingFieldFormat, Int32)

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

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

パラメーター

name
String

Platform::String

winrt::hstring

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

value
Int32

int

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

format
LoggingFieldFormat

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

tags
Int32

int

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

属性

こちらもご覧ください

適用対象

AddInt32(String, Int32, LoggingFieldFormat)

指定したフィールド名と形式を持つ 32 ビット整数配列フィールドを追加します。

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

パラメーター

name
String

Platform::String

winrt::hstring

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

value
Int32

int

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

format
LoggingFieldFormat

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

属性

こちらもご覧ください

適用対象

AddInt32(String, Int32)

指定したフィールド名を持つ 32 ビット整数配列フィールドを追加します。

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

パラメーター

name
String

Platform::String

winrt::hstring

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

value
Int32

int

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

属性

こちらもご覧ください

適用対象