次の方法で共有


LoggingFields.AddDateTimeArray メソッド

定義

オーバーロード

AddDateTimeArray(String, DateTime[])

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

AddDateTimeArray(String, DateTime[], LoggingFieldFormat)

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

AddDateTimeArray(String, DateTime[], LoggingFieldFormat, Int32)

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

AddDateTimeArray(String, DateTime[])

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

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

パラメーター

name
String

Platform::String

winrt::hstring

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

value

DateTime[]

DateTimeOffset[]

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

属性

こちらもご覧ください

適用対象

AddDateTimeArray(String, DateTime[], LoggingFieldFormat)

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

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

パラメーター

name
String

Platform::String

winrt::hstring

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

value

DateTime[]

DateTimeOffset[]

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

format
LoggingFieldFormat

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

属性

こちらもご覧ください

適用対象

AddDateTimeArray(String, DateTime[], LoggingFieldFormat, Int32)

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

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

パラメーター

name
String

Platform::String

winrt::hstring

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

value

DateTime[]

DateTimeOffset[]

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

format
LoggingFieldFormat

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

tags
Int32

int

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

属性

こちらもご覧ください

適用対象