次の方法で共有


LoggingFields.AddInt64 メソッド

定義

オーバーロード

AddInt64(String, Int64)

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

AddInt64(String, Int64, LoggingFieldFormat)

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

AddInt64(String, Int64, LoggingFieldFormat, Int32)

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

AddInt64(String, Int64)

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

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

パラメーター

name
String

Platform::String

winrt::hstring

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

value
Int64

long long

long

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

属性

こちらもご覧ください

適用対象

AddInt64(String, Int64, LoggingFieldFormat)

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

public:
 virtual void AddInt64(Platform::String ^ name, long long value, LoggingFieldFormat format) = AddInt64;
/// [Windows.Foundation.Metadata.Overload("AddInt64WithFormat")]
void AddInt64(winrt::hstring const& name, long const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddInt64WithFormat")]
public void AddInt64(string name, long value, LoggingFieldFormat format);
function addInt64(name, value, format)
Public Sub AddInt64 (name As String, value As Long, format As LoggingFieldFormat)

パラメーター

name
String

Platform::String

winrt::hstring

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

value
Int64

long long

long

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

format
LoggingFieldFormat

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

属性

こちらもご覧ください

適用対象

AddInt64(String, Int64, LoggingFieldFormat, Int32)

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

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

パラメーター

name
String

Platform::String

winrt::hstring

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

value
Int64

long long

long

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

format
LoggingFieldFormat

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

tags
Int32

int

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

属性

こちらもご覧ください

適用対象