Sdílet prostřednictvím


ITestPointStatisticsByPivot.Item – vlastnost

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Deklarace
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
Jazyk JScript nepodporuje indexované vlastnosti.

Parametry

Hodnota vlastnosti

Typ: List<ITestPointStatisticsPivotItem>
Vrátí List.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestPointStatisticsByPivot Rozhraní

Microsoft.TeamFoundation.TestManagement.Client – obor názvů