Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.53 KB

loggingfields_addsizearray_15142365.md

File metadata and controls

33 lines (23 loc) · 1.53 KB
-api-id -api-type
M:Windows.Foundation.Diagnostics.LoggingFields.AddSizeArray(System.String,Windows.Foundation.Size[],Windows.Foundation.Diagnostics.LoggingFieldFormat,System.Int32)
winrt method

Windows.Foundation.Diagnostics.LoggingFields.AddSizeArray

-description

Adds a Size array field with the specified field name, format, and tags.

-parameters

-param name

Name of the event field.

-param value

The value 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.

-param tags

The user-defined tag for the event field. Specifies up to twenty-eight bits of user-defined field processing metadata for use by a custom ETW processing tool. The top four bits are reserved and must be set to zero (0).

-remarks

-examples

-see-also

AddSizeArray(String, Size[]), AddSizeArray(String, Size[], LoggingFieldFormat)