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::TestContext Property
Gets the test context of the user.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Property Value
Type: Microsoft.VisualStudio.TestTools.UnitTesting::TestContext^The test context of the user.
This property is defined only in Initialize methods.
Show: