TracingStatusChangedEventArgs
TracingStatusChangedEventArgs
TracingStatusChangedEventArgs
TracingStatusChangedEventArgs
Class
Definition
Provides data for the TracingStatusChanged event.
public : sealed class TracingStatusChangedEventArgs : ITracingStatusChangedEventArgspublic sealed class TracingStatusChangedEventArgs : ITracingStatusChangedEventArgsPublic NotInheritable Class TracingStatusChangedEventArgs Implements ITracingStatusChangedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Enabled Enabled Enabled Enabled
Gets a value that indicates whether tracing is active.
public : PlatForm::Boolean Enabled { get; }public bool Enabled { get; }Public ReadOnly Property Enabled As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True, if tracing is active, otherwise false.
TraceLevel TraceLevel TraceLevel TraceLevel
Gets the trace level for the current tracing session.
public : CausalityTraceLevel TraceLevel { get; }public CausalityTraceLevel TraceLevel { get; }Public ReadOnly Property TraceLevel As CausalityTraceLevel// You can use this property in JavaScript.
The trace level.