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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataCollectionEnvironmentContext Class