IDataCollectionRunContext.RunContextVariables Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that enables access to each value in the context.
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.