获取为此结果启用的数据收集器的列表。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
List<string> CollectorsEnabled { get; }
property List<String^>^ CollectorsEnabled {
List<String^>^ get();
}
abstract CollectorsEnabled : List<string> with get
ReadOnly Property CollectorsEnabled As List(Of String)
属性值
Type: System.Collections.Generic.List<String>
此结果的已启用数据收集器的名称列表。
请参阅
T:Microsoft.VisualStudio.TestTools.Execution.IDataCollector
ITestResult 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首