VCDebugSettings.DebuggerFlavor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The debugger to launch.
public:
property Microsoft::VisualStudio::VCProjectEngine::eDebuggerTypes DebuggerFlavor { Microsoft::VisualStudio::VCProjectEngine::eDebuggerTypes get(); void set(Microsoft::VisualStudio::VCProjectEngine::eDebuggerTypes value); };
public:
property Microsoft::VisualStudio::VCProjectEngine::eDebuggerTypes DebuggerFlavor { Microsoft::VisualStudio::VCProjectEngine::eDebuggerTypes get(); void set(Microsoft::VisualStudio::VCProjectEngine::eDebuggerTypes value); };
[System.Runtime.InteropServices.DispId(2334)]
public Microsoft.VisualStudio.VCProjectEngine.eDebuggerTypes DebuggerFlavor { [System.Runtime.InteropServices.DispId(2334)] get; [System.Runtime.InteropServices.DispId(2334)] set; }
[<System.Runtime.InteropServices.DispId(2334)>]
[<get: System.Runtime.InteropServices.DispId(2334)>]
[<set: System.Runtime.InteropServices.DispId(2334)>]
member this.DebuggerFlavor : Microsoft.VisualStudio.VCProjectEngine.eDebuggerTypes with get, set
Public Property DebuggerFlavor As eDebuggerTypes
Property Value
An eDebuggerTypes enumeration.
- Attributes