TestMethodInvokerResult.ExtensionResult Property

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: System.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

See Also

Reference

TestMethodInvokerResult Class

Microsoft.VisualStudio.TestTools.UnitTesting Namespace