Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.26 KB

loggingfields_addbooleanarray_542220485.md

File metadata and controls

30 lines (21 loc) · 1.26 KB
-api-id -api-type
M:Windows.Foundation.Diagnostics.LoggingFields.AddBooleanArray(System.String,System.Boolean[],Windows.Foundation.Diagnostics.LoggingFieldFormat)
winrt method

Windows.Foundation.Diagnostics.LoggingFields.AddBooleanArray

-description

Adds a boolean array field with the specified field name and format.

-parameters

-param name

The name of the event field.

-param value

The array of values for the event field.

-param format

The format of the event field. Specifies an optional formatting hint that may be used by Event Tracing for Windows (ETW) tools.

-remarks

-examples

-see-also

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