LoggingFields.AddDoubleArray 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AddDoubleArray(String, Double[], LoggingFieldFormat, Int32) |
加入具有指定功能變數名稱、格式和標記的 Double 陣列欄位。 |
AddDoubleArray(String, Double[]) |
加入具有指定功能變數名稱的 Double 陣列欄位。 |
AddDoubleArray(String, Double[], LoggingFieldFormat) |
加入具有指定功能變數名稱和格式的 Double 陣列欄位。 |
AddDoubleArray(String, Double[], LoggingFieldFormat, Int32)
public:
virtual void AddDoubleArray(Platform::String ^ name, Platform::Array <double> ^ value, LoggingFieldFormat format, int tags) = AddDoubleArray;
/// [Windows.Foundation.Metadata.Overload("AddDoubleArrayWithFormatAndTags")]
void AddDoubleArray(winrt::hstring const& name, winrt::array_view <double> const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddDoubleArrayWithFormatAndTags")]
public void AddDoubleArray(string name, double[] value, LoggingFieldFormat format, int tags);
function addDoubleArray(name, value, format, tags)
Public Sub AddDoubleArray (name As String, value As Double(), format As LoggingFieldFormat, tags As Integer)
參數
- name
-
String
Platform::String
winrt::hstring
事件欄位的名稱。
- value
-
Double[]
double[]
事件欄位的值陣列。
- format
- LoggingFieldFormat
事件欄位的格式。 指定 Windows 事件追蹤 (ETW) 工具可能使用的選擇性格式提示。
- tags
-
Int32
int
事件欄位的使用者定義標籤。 指定最多 28 位的使用者定義欄位處理中繼資料,以供自訂 ETW 處理工具使用。 前四個位是保留的,且必須設定為零 (0) 。
- 屬性
另請參閱
適用於
AddDoubleArray(String, Double[])
public:
virtual void AddDoubleArray(Platform::String ^ name, Platform::Array <double> ^ value) = AddDoubleArray;
/// [Windows.Foundation.Metadata.Overload("AddDoubleArray")]
void AddDoubleArray(winrt::hstring const& name, winrt::array_view <double> const& value);
[Windows.Foundation.Metadata.Overload("AddDoubleArray")]
public void AddDoubleArray(string name, double[] value);
function addDoubleArray(name, value)
Public Sub AddDoubleArray (name As String, value As Double())
參數
- name
-
String
Platform::String
winrt::hstring
事件欄位的名稱。
- value
-
Double[]
double[]
事件欄位的值陣列。
- 屬性
另請參閱
- AddDoubleArray (String, Double[], LoggingFieldFormat)
- AddDoubleArray (String, Double[], LoggingFieldFormat, Int32)
適用於
AddDoubleArray(String, Double[], LoggingFieldFormat)
public:
virtual void AddDoubleArray(Platform::String ^ name, Platform::Array <double> ^ value, LoggingFieldFormat format) = AddDoubleArray;
/// [Windows.Foundation.Metadata.Overload("AddDoubleArrayWithFormat")]
void AddDoubleArray(winrt::hstring const& name, winrt::array_view <double> const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddDoubleArrayWithFormat")]
public void AddDoubleArray(string name, double[] value, LoggingFieldFormat format);
function addDoubleArray(name, value, format)
Public Sub AddDoubleArray (name As String, value As Double(), format As LoggingFieldFormat)
參數
- name
-
String
Platform::String
winrt::hstring
事件欄位的名稱。
- value
-
Double[]
double[]
事件欄位的值陣列。
- format
- LoggingFieldFormat
事件欄位的格式。 指定 Windows 事件追蹤 (ETW) 工具可能使用的選擇性格式提示。
- 屬性