TestRunConfiguration.IsExecutedUnderDebugger – vlastnost
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
Public Property IsExecutedUnderDebugger As Boolean
public bool IsExecutedUnderDebugger { get; set; }
public:
property bool IsExecutedUnderDebugger {
bool get ();
void set (bool value);
}
member IsExecutedUnderDebugger : bool with get, set
function get IsExecutedUnderDebugger () : boolean
function set IsExecutedUnderDebugger (value : boolean)
Hodnota vlastnosti
Typ: Boolean
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.