LoggingFields.AddTimeSpanArray Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.
- 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.
- 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
- AddTimeSpanArray(String, TimeSpan[])
- AddTimeSpanArray(String, TimeSpan[], LoggingFieldFormat, Int32)
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.
- Attributi
Vedi anche
- AddTimeSpanArray(String, TimeSpan[], LoggingFieldFormat)
- AddTimeSpanArray(String, TimeSpan[], LoggingFieldFormat, Int32)