TraceEventArgs.SkipRecord 屬性

定義

取得布林值,指定目前記錄是被追蹤還是跳過。

public:
 property bool SkipRecord { bool get(); void set(bool value); };
public bool SkipRecord { get; set; }
member this.SkipRecord : bool with get, set
Public Property SkipRecord As Boolean

屬性值

一個 Boolean 指定目前紀錄是否被追蹤或跳過的值。

若為真,則跳過目前紀錄。

若為 False(預設),則會追蹤目前的紀錄。

適用於