DataCollectionEnvironmentContext.ControllerContext Property

Gets the test controller context. The set accessor is for internal use only.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Property ControllerContext As ControllerContext
public ControllerContext ControllerContext { get; internal set; }
public:
property ControllerContext^ ControllerContext {
    ControllerContext^ get ();
    internal: void set (ControllerContext^ value);
}
member ControllerContext : ControllerContext with get, internal set
function get ControllerContext () : ControllerContext
internal function set ControllerContext (value : ControllerContext)

Property Value

Type: Microsoft.VisualStudio.TestTools.Execution.ControllerContext
The test controller context.

.NET Framework Security

See Also

Reference

DataCollectionEnvironmentContext Class

Microsoft.VisualStudio.TestTools.Execution Namespace

ControllerContext