Partager via


RunResultAndStatistics.TotalTestCount, propriété

Obtient ou définit le nombre total de tests de la série de tests.

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

Syntaxe

'Déclaration
Public Property TotalTestCount As Integer
    Get
    Friend Set
public int TotalTestCount { get; internal set; }
public:
property int TotalTestCount {
    int get ();
    internal: void set (int value);
}
member TotalTestCount : int with get, internal set
function get TotalTestCount () : int
internal function set TotalTestCount (value : int)

Valeur de propriété

Type : System.Int32
Nombre total de tests de la série de tests.

Sécurité .NET Framework

Voir aussi

Référence

RunResultAndStatistics Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms