Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.55 KB

loggingfields_addpointarray_2006194756.md

File metadata and controls

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

Windows.Foundation.Diagnostics.LoggingFields.AddPointArray

-description

Adds a Point 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

AddPointArray(String, Point[]), AddPointArray(String, Point[], LoggingFieldFormat)