DataCollectionEnvironmentContext.ControllerContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the test controller context. The set accessor is for internal use only.
public:
property Microsoft::VisualStudio::TestTools::Execution::ControllerContext ^ ControllerContext { Microsoft::VisualStudio::TestTools::Execution::ControllerContext ^ get(); };
public Microsoft.VisualStudio.TestTools.Execution.ControllerContext ControllerContext { get; }
member this.ControllerContext : Microsoft.VisualStudio.TestTools.Execution.ControllerContext
Public ReadOnly Property ControllerContext As ControllerContext
Property Value
The test controller context.