Trace.IsStarted 属性

定义

获取一个值,该值指示 Trace 对象是否已启动。

[System.ComponentModel.Browsable(false)]
public bool IsStarted { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsStarted : bool
Public ReadOnly Property IsStarted As Boolean

属性值

如果启动 Trace 对象,则为 true;否则为 false

实现

属性

适用于