Compartir a través de


IDataCollectionRunContext.RunContextVariables (Propiedad)

Obtiene un objeto que permite el acceso a cada valor en el contexto.

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

Sintaxis

'Declaración
ReadOnly Property RunContextVariables As IContextAccessor
IContextAccessor RunContextVariables { get; }
property IContextAccessor^ RunContextVariables {
    IContextAccessor^ get ();
}
abstract RunContextVariables : IContextAccessor with get
function get RunContextVariables () : IContextAccessor

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Execution.IContextAccessor
Un objeto IContextAccessor.

Seguridad de .NET Framework

Vea también

Referencia

IDataCollectionRunContext Interfaz

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

IContextAccessor