Compartilhar via


Propriedade ITestPointStatistics.Item (TestPointState)

Obtém o número de pontos que têm o estado especificado.

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

Sintaxe

'Declaração
ReadOnly Default Property Item ( _
    state As TestPointState _
) As Integer
    Get
int this[
    TestPointState state
] { get; }
property int default[TestPointState state] {
    int get (TestPointState state);
}
abstract Item : int
O JScript não oferece suporte a propriedades indexadas.

Parâmetros

Valor de propriedade

Tipo: System.Int32
O número de pontos que têm o estado especificado.

Segurança do .NET Framework

Consulte também

Referência

ITestPointStatistics Interface

Sobrecargas Item

Namespace Microsoft.TeamFoundation.TestManagement.Client

TestPointState