Partilhar via


Propriedade TestResultCounter.Total

Obtém ou define o número total de resultados de teste agregados.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Property Total As Integer
    Get
    Set
public int Total { get; set; }
public:
property int Total {
    int get ();
    void set (int value);
}
member Total : int with get, set
function get Total () : int
function set Total (value : int)

Valor de propriedade

Tipo: System.Int32
O número total de resultados de teste agregados.

Segurança do .NET Framework

Consulte também

Referência

TestResultCounter Classe

Namespace Microsoft.VisualStudio.TestTools.Common