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.

ITestResultExtension::ExtensionResult Property

 

Gets the test result attachment object that is provided by the test method invoker of the extension.

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

property Object^ ExtensionResult {
	Object^ get();
}

Property Value

Type: System::Object^

The test result attachment object.

Return to top
Show: