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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.