IRunContext.RunContextVariables Property

Definition

Gets the run context variables.

public:
 property Microsoft::VisualStudio::TestTools::Execution::IContextAccessor ^ RunContextVariables { Microsoft::VisualStudio::TestTools::Execution::IContextAccessor ^ get(); };
public Microsoft.VisualStudio.TestTools.Execution.IContextAccessor RunContextVariables { get; }
member this.RunContextVariables : Microsoft.VisualStudio.TestTools.Execution.IContextAccessor
Public ReadOnly Property RunContextVariables As IContextAccessor

Property Value

An IContextAccessor object that contains the named values for the context.

Applies to