TestResult.ErrorInfo Property

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

Syntax

'宣言
Public Property ErrorInfo As TestResultErrorInfo
'使用
Dim instance As TestResult
Dim value As TestResultErrorInfo

value = instance.ErrorInfo

instance.ErrorInfo = value
public TestResultErrorInfo ErrorInfo { get; set; }
public:
property TestResultErrorInfo^ ErrorInfo {
    TestResultErrorInfo^ get ();
    void set (TestResultErrorInfo^ value);
}
public function get ErrorInfo () : TestResultErrorInfo
public function set ErrorInfo (value : TestResultErrorInfo)

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestResultErrorInfo

Permissions

See Also

Reference

TestResult Class

TestResult Members

Microsoft.VisualStudio.TestTools.Common Namespace