Condividi tramite


LoggingFields.AddDoubleArray Metodo

Definizione

Overload

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

Aggiunge un campo matrice Double con il nome, il formato e i tag di campo specificati.

AddDoubleArray(String, Double[])

Aggiunge un campo matrice Double con il nome del campo specificato.

AddDoubleArray(String, Double[], LoggingFieldFormat)

Aggiunge un campo matrice Double con il nome e il formato del campo specificati.

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

Aggiunge un campo matrice Double con il nome, il formato e i tag di campo specificati.

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)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value

Double[]

double[]

Matrice di valori per il campo dell'evento.

format
LoggingFieldFormat

Formato del campo dell'evento. Specifica un hint di formattazione facoltativo che può essere utilizzato dagli strumenti ETW (Event Tracing for Windows).

tags
Int32

int

Tag definito dall'utente per il campo dell'evento. Specifica fino a venti otto bit di metadati di elaborazione dei campi definiti dall'utente per l'uso da parte di uno strumento di elaborazione ETW personalizzato. I primi quattro bit sono riservati e devono essere impostati su zero (0).

Attributi

Vedi anche

Si applica a

AddDoubleArray(String, Double[])

Aggiunge un campo matrice Double con il nome del campo specificato.

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

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value

Double[]

double[]

Matrice di valori per il campo dell'evento.

Attributi

Vedi anche

Si applica a

AddDoubleArray(String, Double[], LoggingFieldFormat)

Aggiunge un campo matrice Double con il nome e il formato del campo specificati.

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)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value

Double[]

double[]

Matrice di valori per il campo dell'evento.

format
LoggingFieldFormat

Formato del campo dell'evento. Specifica un hint di formattazione facoltativo che può essere utilizzato dagli strumenti ETW (Event Tracing for Windows).

Attributi

Vedi anche

Si applica a