Partilhar via


Propriedade INewBuildStatistics.ResolvedBugCount

Obtém o número de bugs que foram resolvidos.

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

Sintaxe

'Declaração
ReadOnly Property ResolvedBugCount As Integer
    Get
int ResolvedBugCount { get; }
property int ResolvedBugCount {
    int get ();
}
abstract ResolvedBugCount : int
function get ResolvedBugCount () : int

Valor de propriedade

Tipo: System.Int32
O número de bugs que foram resolvidos.

Segurança do .NET Framework

Consulte também

Referência

INewBuildStatistics Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client