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
int this[
TestPointState state
] { get; }
property int default[
TestPointState state
] {
int get(TestPointState state);
}
abstract Item :
state:TestPointState -> int with get
ReadOnly Property Item (
state As TestPointState
) As Integer
Parâmetros
state
Type: Microsoft.TeamFoundation.TestManagement.Client.TestPointStateMembro do TestPointState enumeração.
Valor de propriedade
Type: System.Int32
O número de pontos que têm o estado especificado.
Consulte também
TestPointState
Item Sobrecarga
Interface ITestPointStatistics
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo