Condividi tramite


Proprietà TestRun.Result

Ottiene il risultato del test utilizzato contenente i risultati del livello di esecuzione.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics
Il risultato del test che contiene il livello di esecuzione risultati.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestRun Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

RunResultAndStatistics