Freigeben über


LoggingFields.AddBooleanArray Methode

Definition

Überlädt

AddBooleanArray(String, Boolean[])

Fügt ein boolesches Arrayfeld mit dem angegebenen Feldnamen hinzu.

AddBooleanArray(String, Boolean[], LoggingFieldFormat)

Fügt ein boolesches Arrayfeld mit dem angegebenen Feldnamen und -format hinzu.

AddBooleanArray(String, Boolean[], LoggingFieldFormat, Int32)

Fügt ein boolesches Arrayfeld mit dem angegebenen Feldnamen, Format und Tag hinzu.

AddBooleanArray(String, Boolean[])

Fügt ein boolesches Arrayfeld mit dem angegebenen Feldnamen hinzu.

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

Parameter

name
String

Platform::String

winrt::hstring

Der Name des Ereignisfelds.

value

Boolean[]

bool[]

Die Arraywerte für das Ereignisfeld.

Attribute

Weitere Informationen

Gilt für:

AddBooleanArray(String, Boolean[], LoggingFieldFormat)

Fügt ein boolesches Arrayfeld mit dem angegebenen Feldnamen und -format hinzu.

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

Parameter

name
String

Platform::String

winrt::hstring

Der Name des Ereignisfelds.

value

Boolean[]

bool[]

Das Array von Werten für das Ereignisfeld.

format
LoggingFieldFormat

Das Format des Ereignisfelds. Gibt einen optionalen Formatierungshinweis an, der von ETW-Tools (Ereignisablaufverfolgung für Windows) verwendet werden kann.

Attribute

Weitere Informationen

Gilt für:

AddBooleanArray(String, Boolean[], LoggingFieldFormat, Int32)

Fügt ein boolesches Arrayfeld mit dem angegebenen Feldnamen, Format und Tag hinzu.

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

Parameter

name
String

Platform::String

winrt::hstring

Der Name des Ereignisfelds.

value

Boolean[]

bool[]

Das Array von Werten für das Ereignisfeld.

format
LoggingFieldFormat

Das Format des Ereignisfelds. Gibt einen optionalen Formatierungshinweis an, der von ETW-Tools (Ereignisablaufverfolgung für 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 obersten vier Bits sind reserviert und müssen auf Null (0) festgelegt werden.

Attribute

Weitere Informationen

Gilt für: