TestRunConfiguration.IsRemoteDataCollectionEnabled 屬性

取得代表是否啟用任何資料收集器的布林值。

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

語法

'宣告
Public ReadOnly Property IsRemoteDataCollectionEnabled As Boolean
public bool IsRemoteDataCollectionEnabled { get; }
public:
property bool IsRemoteDataCollectionEnabled {
    bool get ();
}
member IsRemoteDataCollectionEnabled : bool with get
function get IsRemoteDataCollectionEnabled () : boolean

屬性值

型別:System.Boolean
如果資料收集器處已啟用則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

TestRunConfiguration 類別

Microsoft.VisualStudio.TestTools.Common 命名空間