共用方式為


DataCollectorSettings.IsEnabled 屬性

取得或設定值,這個值表示啟用或停用診斷資料配接器。

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

語法

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

屬性值

類型:Boolean
bool 值,表示是否啟用診斷資料配接器。

.NET Framework 安全性

請參閱

參考

DataCollectorSettings 類別

Microsoft.VisualStudio.TestTools.Execution 命名空間