IRunContext.RunContextVariables-Eigenschaft
Ruft die Kontextvariablen für den Testlauf ab.
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, das die benannten Werte für den Kontext enthält.
.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.