IBaseRunContext.RunConfig – vlastnost
Získá informace o spuštění testu.
Obor názvů: Microsoft.VisualStudio.TestTools.Execution
Sestavení: Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Deklarace
ReadOnly Property RunConfig As IExecutionRunConfiguration
Get
IExecutionRunConfiguration RunConfig { get; }
property IExecutionRunConfiguration^ RunConfig {
IExecutionRunConfiguration^ get ();
}
abstract RunConfig : IExecutionRunConfiguration
function get RunConfig () : IExecutionRunConfiguration
Hodnota vlastnosti
Typ: Microsoft.VisualStudio.TestTools.Execution.IExecutionRunConfiguration
IExecutionRunConfiguration Obsahující spuštění spustit konfigurace.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.