Compartilhar via


Propriedade ITestPointStatisticsByPivot.Item (TestPointStatisticsQueryPivotType)

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

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)

Parâmetros

  • key

Valor de propriedade

Type: System.Collections.Generic.List<ITestPointStatisticsPivotItem>

Returns List<T>.

Consulte também

Interface ITestPointStatisticsByPivot
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo