Udostępnij za pośrednictwem


Właściwość TestRun.Result —

Zwraca wynik testu jest używany, zawierający wyniki poziomu wykonywania.

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

Składnia

'Deklaracja
Public Property Result As RunResultAndStatistics
public RunResultAndStatistics Result { get; internal set; }
public:
property RunResultAndStatistics^ Result {
    RunResultAndStatistics^ get ();
    internal: void set (RunResultAndStatistics^ value);
}
member Result : RunResultAndStatistics with get, internal set
function get Result () : RunResultAndStatistics
internal function set Result (value : RunResultAndStatistics)

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics
Wynik badania, która zawiera poziom wykonywania wyników.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestRun Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common

RunResultAndStatistics