Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Unit Test Extension custom result.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Property ExtensionResult As Object
public Object ExtensionResult { get; set; }
public:
property Object^ ExtensionResult {
Object^ get ();
void set (Object^ value);
}
member ExtensionResult : Object with get, set
function get ExtensionResult () : Object
function set ExtensionResult (value : Object)
Property Value
Type: Object
The Unit Test Extension custom result.
Remarks
This is the object that is displayed in the result viewer of the custom extension.
.NET Framework Security
- 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.