Partager via


TestResultCounter.Total, propriété

Obtient ou définit le nombre total de résultats de test agrégés.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Int32
Nombre total de résultats de test agrégés.

Sécurité .NET Framework

Voir aussi

Référence

TestResultCounter Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms