Udostępnij za pośrednictwem


Właściwość TestResultCounter.Total —

Zwraca lub ustawia całkowita liczba wyników badań zagregowane.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: System.Int32
Całkowita liczba wyników badań zagregowane.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestResultCounter Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common