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.

TestExecutionEventArgs::Instance Property

 

Gets the instance of test class. Defined only in test methods.

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

public:
property Object^ Instance {
	Object^ get();
}

Property Value

Type: System::Object^

The instance of test class. Defined only in test methods.

This property is defined only in Test methods.

Return to top
Show: