TestResultCounter.Total (Propiedad)

Obtiene o establece el número total de resultados de pruebas agregados.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public Property Total As Integer
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 propiedad

Tipo: System.Int32
Número total de resultados de pruebas agregados.

Seguridad de .NET Framework

Vea también

Referencia

TestResultCounter Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)