Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the type of debug engine that the target represents.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property DebugEngine As DebugEngine
public DebugEngine DebugEngine { get; set; }
public:
property DebugEngine DebugEngine {
DebugEngine get ();
void set (DebugEngine value);
}
member DebugEngine : DebugEngine with get, set
function get DebugEngine () : DebugEngine
function set DebugEngine (value : DebugEngine)
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.DebugEngine
A member of the DebugEngine enumeration. By default, the value is Original.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.