LoggingFields.AddInt64 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
事件欄位的使用者定義標記。 指定最多 208 位的使用者定義欄位處理中繼資料,以供自訂 ETW 處理工具使用。 前四個位是保留的,而且必須設定為零 (0) 。
- 屬性