Propriedade ITestPointStatistics.Item (TestOutcome)
Obtém o número de pontos que têm o resultado de teste especificado.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
int this[
TestOutcome state
] { get; }
property int default[
TestOutcome state
] {
int get(TestOutcome state);
}
abstract Item :
state:TestOutcome -> int with get
ReadOnly Property Item (
state As TestOutcome
) As Integer
Parâmetros
state
Type: Microsoft.TeamFoundation.TestManagement.Client.TestOutcomeMembro do TestOutcome enumeração.
Valor de propriedade
Type: System.Int32
O número de pontos que têm o resultado de teste especificado.
Consulte também
TestOutcome
Item Sobrecarga
Interface ITestPointStatistics
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo