Compartilhar via


Propriedade ITestPointStatisticsByPivot.Item

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

Sintaxe

'Declaração
ReadOnly Default Property Item ( _
    key As TestPointStatisticsQueryPivotType _
) As List(Of ITestPointStatisticsPivotItem)
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
JScript não oferece suporte a propriedades indexadas.

Parâmetros

Valor de propriedade

Tipo: List<ITestPointStatisticsPivotItem>
Returns List.

Segurança do .NET Framework

Consulte também

Referência

ITestPointStatisticsByPivot Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client