TestRun.Result Property

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
Public Property Result As RunResultAndStatistics
'使用
Dim instance As TestRun
Dim value As RunResultAndStatistics

value = instance.Result

instance.Result = value
public RunResultAndStatistics Result { get; internal set; }
public:
property RunResultAndStatistics^ Result {
    RunResultAndStatistics^ get ();
    void set (RunResultAndStatistics^ value);
}
public function get Result () : RunResultAndStatistics
public function set Result (value : RunResultAndStatistics)

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics

Permissions

See Also

Reference

TestRun Class

TestRun Members

Microsoft.VisualStudio.TestTools.Common Namespace