次の方法で共有


LoggingFields.AddDoubleArray メソッド

定義

オーバーロード

AddDoubleArray(String, Double[], LoggingFieldFormat, Int32)

指定したフィールド名、形式、タグを持つ Double 配列フィールドを追加します。

AddDoubleArray(String, Double[])

指定したフィールド名を持つ Double 配列フィールドを追加します。

AddDoubleArray(String, Double[], LoggingFieldFormat)

指定したフィールド名と書式を持つ Double 配列フィールドを追加します。

AddDoubleArray(String, Double[], LoggingFieldFormat, Int32)

指定したフィールド名、形式、タグを持つ Double 配列フィールドを追加します。

public:
 virtual void AddDoubleArray(Platform::String ^ name, Platform::Array <double> ^ value, LoggingFieldFormat format, int tags) = AddDoubleArray;
/// [Windows.Foundation.Metadata.Overload("AddDoubleArrayWithFormatAndTags")]
void AddDoubleArray(winrt::hstring const& name, winrt::array_view <double> const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddDoubleArrayWithFormatAndTags")]
public void AddDoubleArray(string name, double[] value, LoggingFieldFormat format, int tags);
function addDoubleArray(name, value, format, tags)
Public Sub AddDoubleArray (name As String, value As Double(), format As LoggingFieldFormat, tags As Integer)

パラメーター

name
String

Platform::String

winrt::hstring

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

value

Double[]

double[]

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

format
LoggingFieldFormat

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

tags
Int32

int

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

属性

こちらもご覧ください

適用対象

AddDoubleArray(String, Double[])

指定したフィールド名を持つ Double 配列フィールドを追加します。

public:
 virtual void AddDoubleArray(Platform::String ^ name, Platform::Array <double> ^ value) = AddDoubleArray;
/// [Windows.Foundation.Metadata.Overload("AddDoubleArray")]
void AddDoubleArray(winrt::hstring const& name, winrt::array_view <double> const& value);
[Windows.Foundation.Metadata.Overload("AddDoubleArray")]
public void AddDoubleArray(string name, double[] value);
function addDoubleArray(name, value)
Public Sub AddDoubleArray (name As String, value As Double())

パラメーター

name
String

Platform::String

winrt::hstring

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

value

Double[]

double[]

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

属性

こちらもご覧ください

適用対象

AddDoubleArray(String, Double[], LoggingFieldFormat)

指定したフィールド名と書式を持つ Double 配列フィールドを追加します。

public:
 virtual void AddDoubleArray(Platform::String ^ name, Platform::Array <double> ^ value, LoggingFieldFormat format) = AddDoubleArray;
/// [Windows.Foundation.Metadata.Overload("AddDoubleArrayWithFormat")]
void AddDoubleArray(winrt::hstring const& name, winrt::array_view <double> const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddDoubleArrayWithFormat")]
public void AddDoubleArray(string name, double[] value, LoggingFieldFormat format);
function addDoubleArray(name, value, format)
Public Sub AddDoubleArray (name As String, value As Double(), format As LoggingFieldFormat)

パラメーター

name
String

Platform::String

winrt::hstring

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

value

Double[]

double[]

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

format
LoggingFieldFormat

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

属性

こちらもご覧ください

適用対象