Share via


DataCollectionEnvironmentContext.ControllerContext Property

Definition

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.

Applies to