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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.