共用方式為


LoggingFields.AddInt16 方法

定義

多載

AddInt16(String, Int16)

加入具有指定功能變數名稱的 16 位整數位段。

AddInt16(String, Int16, LoggingFieldFormat)

新增具有指定功能變數名稱和格式的 16 位整數位段。

AddInt16(String, Int16, LoggingFieldFormat, Int32)

新增具有指定功能變數名稱、格式和標記的 16 位整數位段。

AddInt16(String, Int16)

加入具有指定功能變數名稱的 16 位整數位段。

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

參數

name
String

Platform::String

winrt::hstring

事件欄位的名稱。

value
Int16

short

事件欄位的值。

屬性

另請參閱

適用於

AddInt16(String, Int16, LoggingFieldFormat)

新增具有指定功能變數名稱和格式的 16 位整數位段。

public:
 virtual void AddInt16(Platform::String ^ name, short value, LoggingFieldFormat format) = AddInt16;
/// [Windows.Foundation.Metadata.Overload("AddInt16WithFormat")]
void AddInt16(winrt::hstring const& name, short const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddInt16WithFormat")]
public void AddInt16(string name, short value, LoggingFieldFormat format);
function addInt16(name, value, format)
Public Sub AddInt16 (name As String, value As Short, format As LoggingFieldFormat)

參數

name
String

Platform::String

winrt::hstring

事件欄位的名稱。

value
Int16

short

事件欄位的值。

format
LoggingFieldFormat

事件欄位的格式。 指定 Windows 事件追蹤 (ETW) 工具可能使用的選擇性格式提示。

屬性

另請參閱

適用於

AddInt16(String, Int16, LoggingFieldFormat, Int32)

新增具有指定功能變數名稱、格式和標記的 16 位整數位段。

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

參數

name
String

Platform::String

winrt::hstring

事件欄位的名稱。

value
Int16

short

事件欄位的值。

format
LoggingFieldFormat

事件欄位的格式。 指定 Windows 事件追蹤 (ETW) 工具可能使用的選擇性格式提示。

tags
Int32

int

事件欄位的使用者定義標籤。 指定最多 28 位的使用者定義欄位處理中繼資料,以供自訂 ETW 處理工具使用。 前四個位是保留的,且必須設定為零 (0) 。

屬性

另請參閱

適用於