ITestPointStatisticsByPivot.Item (Propiedad)

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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 no admite propiedades indizadas.

Parámetros

Valor de propiedad

Tipo: System.Collections.Generic.List<ITestPointStatisticsPivotItem>
Devuelva List<T>.

Seguridad de .NET Framework

Vea también

Referencia

ITestPointStatisticsByPivot Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)