SwitchLevelAttribute(Type) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定判斷是否寫入追蹤的型別,初始化 SwitchLevelAttribute 類別的新執行個體。
public:
SwitchLevelAttribute(Type ^ switchLevelType);
public SwitchLevelAttribute (Type switchLevelType);
new System.Diagnostics.SwitchLevelAttribute : Type -> System.Diagnostics.SwitchLevelAttribute
Public Sub New (switchLevelType As Type)
參數
備註
參數 switchLevelType
會識別參數用來判斷是否應該寫入追蹤的類型 Level ;例如,類別的 TraceSwitch 屬性類型為 TraceLevel。