次の方法で共有


LoggingFields.AddUInt64 メソッド

定義

オーバーロード

AddUInt64(String, UInt64, LoggingFieldFormat, Int32)

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

AddUInt64(String, UInt64)

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

AddUInt64(String, UInt64, LoggingFieldFormat)

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

AddUInt64(String, UInt64, LoggingFieldFormat, Int32)

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

public:
 virtual void AddUInt64(Platform::String ^ name, unsigned long long value, LoggingFieldFormat format, int tags) = AddUInt64;
/// [Windows.Foundation.Metadata.Overload("AddUInt64WithFormatAndTags")]
void AddUInt64(winrt::hstring const& name, uint64_t const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddUInt64WithFormatAndTags")]
public void AddUInt64(string name, ulong value, LoggingFieldFormat format, int tags);
function addUInt64(name, value, format, tags)
Public Sub AddUInt64 (name As String, value As ULong, format As LoggingFieldFormat, tags As Integer)

パラメーター

name
String

Platform::String

winrt::hstring

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

value
UInt64

unsigned long long

uint64_t

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

format
LoggingFieldFormat

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

tags
Int32

int

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

属性

こちらもご覧ください

適用対象

AddUInt64(String, UInt64)

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

public:
 virtual void AddUInt64(Platform::String ^ name, unsigned long long value) = AddUInt64;
/// [Windows.Foundation.Metadata.Overload("AddUInt64")]
void AddUInt64(winrt::hstring const& name, uint64_t const& value);
[Windows.Foundation.Metadata.Overload("AddUInt64")]
public void AddUInt64(string name, ulong value);
function addUInt64(name, value)
Public Sub AddUInt64 (name As String, value As ULong)

パラメーター

name
String

Platform::String

winrt::hstring

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

value
UInt64

unsigned long long

uint64_t

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

属性

こちらもご覧ください

適用対象

AddUInt64(String, UInt64, LoggingFieldFormat)

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

public:
 virtual void AddUInt64(Platform::String ^ name, unsigned long long value, LoggingFieldFormat format) = AddUInt64;
/// [Windows.Foundation.Metadata.Overload("AddUInt64WithFormat")]
void AddUInt64(winrt::hstring const& name, uint64_t const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddUInt64WithFormat")]
public void AddUInt64(string name, ulong value, LoggingFieldFormat format);
function addUInt64(name, value, format)
Public Sub AddUInt64 (name As String, value As ULong, format As LoggingFieldFormat)

パラメーター

name
String

Platform::String

winrt::hstring

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

value
UInt64

unsigned long long

uint64_t

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

format
LoggingFieldFormat

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

属性

こちらもご覧ください

適用対象