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