命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
List<ITestPointStatisticsPivotItem> this[
TestPointStatisticsQueryPivotType key
] { get; }
property List<ITestPointStatisticsPivotItem^>^ default[
TestPointStatisticsQueryPivotType key
] {
List<ITestPointStatisticsPivotItem^>^ get(TestPointStatisticsQueryPivotType key);
}
abstract Item :
key:TestPointStatisticsQueryPivotType -> List<ITestPointStatisticsPivotItem> with get
ReadOnly Property Item (
key As TestPointStatisticsQueryPivotType
) As List(Of ITestPointStatisticsPivotItem)
参数
- key
属性值
Type: System.Collections.Generic.List<ITestPointStatisticsPivotItem>
返回 List<T>。
请参阅
ITestPointStatisticsByPivot 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首