Share via


ITestResultExtension.ExtensionResult Property

Definition

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

public:
 property System::Object ^ ExtensionResult { System::Object ^ get(); };
public object ExtensionResult { get; }
member this.ExtensionResult : obj
Public ReadOnly Property ExtensionResult As Object

Property Value

The test result attachment object.

Applies to