Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The debugger to launch.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property DebuggerFlavor As eDebuggerTypes
Get
Set
eDebuggerTypes DebuggerFlavor { get; set; }
property eDebuggerTypes DebuggerFlavor {
eDebuggerTypes get ();
void set (eDebuggerTypes value);
}
abstract DebuggerFlavor : eDebuggerTypes with get, set
function get DebuggerFlavor () : eDebuggerTypes
function set DebuggerFlavor (value : eDebuggerTypes)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.eDebuggerTypes
An eDebuggerTypes enumeration.
.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.