Compartir a través de


DataCollectionEnvironmentContext.ControllerContext (Propiedad)

Obtiene el contexto de controlador de pruebas.El descriptor de acceso set es solo para uso interno.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Execution
Ensamblado:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Execution.ControllerContext
El contexto de controlador de pruebas.

Seguridad de .NET Framework

Vea también

Referencia

DataCollectionEnvironmentContext Clase

Microsoft.VisualStudio.TestTools.Execution (Espacio de nombres)

ControllerContext