Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 930 Bytes

loggingfields_adduint64_1003918459.md

File metadata and controls

30 lines (21 loc) · 930 Bytes
-api-id -api-type
M:Windows.Foundation.Diagnostics.LoggingFields.AddUInt64(System.String,System.UInt64,Windows.Foundation.Diagnostics.LoggingFieldFormat)
winrt method

Windows.Foundation.Diagnostics.LoggingFields.AddUInt64

-description

Adds a 64-bit unsigned integer field with the specified field name and format.

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

-remarks

-examples

-see-also

AddUInt64(String, UInt64), AddUInt64(String, UInt64, LoggingFieldFormat, Int32)