次の方法で共有


LoggingFields.AddEmpty メソッド

定義

オーバーロード

AddEmpty(String, LoggingFieldFormat)

空のフィールドを追加します。

AddEmpty(String, LoggingFieldFormat, Int32)

空のフィールドを追加します。

AddEmpty(String)

空のフィールドを追加します。

AddEmpty(String, LoggingFieldFormat)

空のフィールドを追加します。

public:
 virtual void AddEmpty(Platform::String ^ name, LoggingFieldFormat format) = AddEmpty;
/// [Windows.Foundation.Metadata.Overload("AddEmptyWithFormat")]
void AddEmpty(winrt::hstring const& name, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddEmptyWithFormat")]
public void AddEmpty(string name, LoggingFieldFormat format);
function addEmpty(name, format)
Public Sub AddEmpty (name As String, format As LoggingFieldFormat)

パラメーター

name
String

Platform::String

winrt::hstring

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

format
LoggingFieldFormat

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

属性

こちらもご覧ください

適用対象

AddEmpty(String, LoggingFieldFormat, Int32)

空のフィールドを追加します。

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

パラメーター

name
String

Platform::String

winrt::hstring

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

format
LoggingFieldFormat

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

tags
Int32

int

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

属性

こちらもご覧ください

適用対象

AddEmpty(String)

空のフィールドを追加します。

public:
 virtual void AddEmpty(Platform::String ^ name) = AddEmpty;
/// [Windows.Foundation.Metadata.Overload("AddEmpty")]
void AddEmpty(winrt::hstring const& name);
[Windows.Foundation.Metadata.Overload("AddEmpty")]
public void AddEmpty(string name);
function addEmpty(name)
Public Sub AddEmpty (name As String)

パラメーター

name
String

Platform::String

winrt::hstring

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

属性

注釈

空のフィールドには名前、省略可能な形式、タグがありますが、値はありません。

こちらもご覧ください

適用対象