LoggingFields.AddInt16Array 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
AddInt16Array(String, Int16[], LoggingFieldFormat, Int32) |
Aggiunge un campo matrice integer a 16 bit con il nome del campo, il formato e i tag specificati. |
AddInt16Array(String, Int16[]) |
Aggiunge un campo matrice integer a 16 bit con il nome del campo specificato. |
AddInt16Array(String, Int16[], LoggingFieldFormat) |
Aggiunge un campo matrice integer a 16 bit con il nome e il formato del campo specificati. |
AddInt16Array(String, Int16[], LoggingFieldFormat, Int32)
Aggiunge un campo matrice integer a 16 bit con il nome del campo, il formato e i tag specificati.
public:
virtual void AddInt16Array(Platform::String ^ name, Platform::Array <short> ^ value, LoggingFieldFormat format, int tags) = AddInt16Array;
/// [Windows.Foundation.Metadata.Overload("AddInt16ArrayWithFormatAndTags")]
void AddInt16Array(winrt::hstring const& name, winrt::array_view <short> const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddInt16ArrayWithFormatAndTags")]
public void AddInt16Array(string name, short[] value, LoggingFieldFormat format, int tags);
function addInt16Array(name, value, format, tags)
Public Sub AddInt16Array (name As String, value As Short(), format As LoggingFieldFormat, tags As Integer)
Parametri
- name
-
String
Platform::String
winrt::hstring
Nome del campo evento.
- value
-
Int16[]
short[]
Valore del campo evento.
- format
- LoggingFieldFormat
Formato del campo evento. Specifica un hint di formattazione facoltativo che può essere usato dagli strumenti di Traccia eventi per Windows (ETW).
- tags
-
Int32
int
Tag definito dall'utente per il campo 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
AddInt16Array(String, Int16[])
Aggiunge un campo matrice integer a 16 bit con il nome del campo specificato.
public:
virtual void AddInt16Array(Platform::String ^ name, Platform::Array <short> ^ value) = AddInt16Array;
/// [Windows.Foundation.Metadata.Overload("AddInt16Array")]
void AddInt16Array(winrt::hstring const& name, winrt::array_view <short> const& value);
[Windows.Foundation.Metadata.Overload("AddInt16Array")]
public void AddInt16Array(string name, short[] value);
function addInt16Array(name, value)
Public Sub AddInt16Array (name As String, value As Short())
Parametri
- name
-
String
Platform::String
winrt::hstring
Nome del campo evento.
- value
-
Int16[]
short[]
Valore del campo evento.
- Attributi
Vedi anche
- AddInt16Array(String, Int16[], LoggingFieldFormat)
- AddInt16Array(String, Int16[], LoggingFieldFormat, Int32)
Si applica a
AddInt16Array(String, Int16[], LoggingFieldFormat)
Aggiunge un campo matrice integer a 16 bit con il nome e il formato del campo specificati.
public:
virtual void AddInt16Array(Platform::String ^ name, Platform::Array <short> ^ value, LoggingFieldFormat format) = AddInt16Array;
/// [Windows.Foundation.Metadata.Overload("AddInt16ArrayWithFormat")]
void AddInt16Array(winrt::hstring const& name, winrt::array_view <short> const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddInt16ArrayWithFormat")]
public void AddInt16Array(string name, short[] value, LoggingFieldFormat format);
function addInt16Array(name, value, format)
Public Sub AddInt16Array (name As String, value As Short(), format As LoggingFieldFormat)
Parametri
- name
-
String
Platform::String
winrt::hstring
Nome del campo evento.
- value
-
Int16[]
short[]
Valore del campo evento.
- format
- LoggingFieldFormat
Formato del campo evento. Specifica un hint di formattazione facoltativo che può essere usato dagli strumenti di Traccia eventi per Windows (ETW).
- Attributi