LoggingFields.AddTimeSpanArray Metodo

Definizione

Overload

AddTimeSpanArray(String, TimeSpan[], LoggingFieldFormat, Int32)

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

AddTimeSpanArray(String, TimeSpan[], LoggingFieldFormat)

Aggiunge un campo matrice intervallo di tempo con il nome e il formato del campo specificati.

AddTimeSpanArray(String, TimeSpan[])

Aggiunge un campo matrice intervallo di tempo con il nome del campo specificato.

AddTimeSpanArray(String, TimeSpan[], LoggingFieldFormat, Int32)

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

public:
 virtual void AddTimeSpanArray(Platform::String ^ name, Platform::Array <TimeSpan> ^ value, LoggingFieldFormat format, int tags) = AddTimeSpanArray;
/// [Windows.Foundation.Metadata.Overload("AddTimeSpanArrayWithFormatAndTags")]
void AddTimeSpanArray(winrt::hstring const& name, winrt::array_view <TimeSpan> const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddTimeSpanArrayWithFormatAndTags")]
public void AddTimeSpanArray(string name, TimeSpan[] value, LoggingFieldFormat format, int tags);
function addTimeSpanArray(name, value, format, tags)
Public Sub AddTimeSpanArray (name As String, value As TimeSpan(), format As LoggingFieldFormat, tags As Integer)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value

TimeSpan[]

TimeSpan[]

Valore 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

AddTimeSpanArray(String, TimeSpan[], LoggingFieldFormat)

Aggiunge un campo matrice intervallo di tempo con il nome e il formato del campo specificati.

public:
 virtual void AddTimeSpanArray(Platform::String ^ name, Platform::Array <TimeSpan> ^ value, LoggingFieldFormat format) = AddTimeSpanArray;
/// [Windows.Foundation.Metadata.Overload("AddTimeSpanArrayWithFormat")]
void AddTimeSpanArray(winrt::hstring const& name, winrt::array_view <TimeSpan> const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddTimeSpanArrayWithFormat")]
public void AddTimeSpanArray(string name, TimeSpan[] value, LoggingFieldFormat format);
function addTimeSpanArray(name, value, format)
Public Sub AddTimeSpanArray (name As String, value As TimeSpan(), format As LoggingFieldFormat)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value

TimeSpan[]

TimeSpan[]

Valore 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

AddTimeSpanArray(String, TimeSpan[])

Aggiunge un campo matrice intervallo di tempo con il nome del campo specificato.

public:
 virtual void AddTimeSpanArray(Platform::String ^ name, Platform::Array <TimeSpan> ^ value) = AddTimeSpanArray;
/// [Windows.Foundation.Metadata.Overload("AddTimeSpanArray")]
void AddTimeSpanArray(winrt::hstring const& name, winrt::array_view <TimeSpan> const& value);
[Windows.Foundation.Metadata.Overload("AddTimeSpanArray")]
public void AddTimeSpanArray(string name, TimeSpan[] value);
function addTimeSpanArray(name, value)
Public Sub AddTimeSpanArray (name As String, value As TimeSpan())

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value

TimeSpan[]

TimeSpan[]

Valore per il campo dell'evento.

Attributi

Vedi anche

Si applica a