IDataCollectionRunContext.RunContextVariables-Eigenschaft
Ruft ein Objekt ab, das den Zugriff auf jeden Wert im Kontext ermöglicht.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
ReadOnly Property RunContextVariables As IContextAccessor
IContextAccessor RunContextVariables { get; }
property IContextAccessor^ RunContextVariables {
IContextAccessor^ get ();
}
abstract RunContextVariables : IContextAccessor with get
function get RunContextVariables () : IContextAccessor
Eigenschaftswert
Typ: Microsoft.VisualStudio.TestTools.Execution.IContextAccessor
Ein IContextAccessor-Objekt.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
IDataCollectionRunContext Schnittstelle