Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property Object^ ExtensionResult {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The Unit Test Extension custom result.

This is the object that is displayed in the result viewer of the custom extension.

Return to top
Show: