Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 807 Bytes

loggingoptions_opcode.md

File metadata and controls

26 lines (18 loc) · 807 Bytes
-api-id -api-type
P:Windows.Foundation.Diagnostics.LoggingOptions.Opcode
winrt property

Windows.Foundation.Diagnostics.LoggingOptions.Opcode

-description

Gets or sets the operation code value for an event.

-property-value

The operation code.

-remarks

This value corresponds to the Event Tracing for Windows (ETW) definition of an opcode. Most events should use the Info opcode.

The LoggingActivity class will generate events with the Opcode set to Start and Stop.

-examples

-see-also

LoggingOpcode enumeration, Defining Tasks and Opcodes