Freigeben über


LoggingFields.AddDoubleArray Methode

Definition

Überlädt

AddDoubleArray(String, Double[], LoggingFieldFormat, Int32)

Fügt ein Double-Array-Feld mit dem angegebenen Feldnamen, -format und -tags hinzu.

AddDoubleArray(String, Double[])

Fügt ein Double-Array-Feld mit dem angegebenen Feldnamen hinzu.

AddDoubleArray(String, Double[], LoggingFieldFormat)

Fügt ein Double-Array-Feld mit dem angegebenen Feldnamen und -format hinzu.

AddDoubleArray(String, Double[], LoggingFieldFormat, Int32)

Fügt ein Double-Array-Feld mit dem angegebenen Feldnamen, -format und -tags hinzu.

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)

Parameter

name
String

Platform::String

winrt::hstring

Name des Ereignisfelds.

value

Double[]

double[]

Das Array von Werten für das Ereignisfeld.

format
LoggingFieldFormat

Das Format des Ereignisfelds. Gibt einen optionalen Formatierungshinweis an, der von ETW-Tools (Event Tracing for Windows) verwendet werden kann.

tags
Int32

int

Das benutzerdefinierte Tag für das Ereignisfeld. Gibt bis zu achtundzwanzig Bits benutzerdefinierter Feldverarbeitungsmetadaten für die Verwendung durch ein benutzerdefiniertes ETW-Verarbeitungstool an. Die vier obersten Bits sind reserviert und müssen auf null (0) festgelegt werden.

Attribute

Weitere Informationen

Gilt für:

AddDoubleArray(String, Double[])

Fügt ein Double-Array-Feld mit dem angegebenen Feldnamen hinzu.

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())

Parameter

name
String

Platform::String

winrt::hstring

Name des Ereignisfelds.

value

Double[]

double[]

Das Array von Werten für das Ereignisfeld.

Attribute

Weitere Informationen

Gilt für:

AddDoubleArray(String, Double[], LoggingFieldFormat)

Fügt ein Double-Array-Feld mit dem angegebenen Feldnamen und -format hinzu.

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)

Parameter

name
String

Platform::String

winrt::hstring

Name des Ereignisfelds.

value

Double[]

double[]

Das Array von Werten für das Ereignisfeld.

format
LoggingFieldFormat

Das Format des Ereignisfelds. Gibt einen optionalen Formatierungshinweis an, der von ETW-Tools (Event Tracing for Windows) verwendet werden kann.

Attribute

Weitere Informationen

Gilt für: