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
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 : Int32
Nombre total de résultats de test agrégés.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.