共用方式為


DataCollectorEnabledByDefaultAttribute.IsEnabledByDefault 屬性

取得或設定預設啟用的狀態。

命名空間:  Microsoft.VisualStudio.TestTools.Execution
組件:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

語法

'宣告
Public Property IsEnabledByDefault As Boolean
    Get
    Private Set
public bool IsEnabledByDefault { get; private set; }
public:
property bool IsEnabledByDefault {
    bool get ();
    private: void set (bool value);
}
member IsEnabledByDefault : bool with get, private set
function get IsEnabledByDefault () : boolean
private function set IsEnabledByDefault (value : boolean)

屬性值

型別:System.Boolean
bool 值,這個值表示預設是否啟用診斷資料配接器。

.NET Framework 安全性

請參閱

參考

DataCollectorEnabledByDefaultAttribute 類別

Microsoft.VisualStudio.TestTools.Execution 命名空間

DataCollectorEnabledByDefaultAttribute

其他資源

HOW TO:建立診斷資料配接器