VCDebugSettings Interface
Visual Studio 2005
The VCDebugSettings object contains properties that allow you to programmatically manipulate the settings on the Debug property page, which is in the Configuration Properties folder of a project's Property Pages dialog box.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in microsoft.visualstudio.vcprojectengine.dll)
Assembly: Microsoft.VisualStudio.VCProjectEngine (in microsoft.visualstudio.vcprojectengine.dll)
'Declaration <GuidAttribute("238B5172-2429-11D7-8BF6-00B0D03DAA06")> _ Public Interface VCDebugSettings 'Usage Dim instance As VCDebugSettings
/** @attribute GuidAttribute("238B5172-2429-11D7-8BF6-00B0D03DAA06") */
public interface VCDebugSettings
GuidAttribute("238B5172-2429-11D7-8BF6-00B0D03DAA06") public interface VCDebugSettings
See Changing Project Settings for a Debug Configuration for more information about the Debug property page. See Setting Visual C++ Project Properties for information on accessing a project's Property Pages dialog box.