0 out of 1 rated this helpful - Rate this topic

VCDebugSettings Interface 

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)

'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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.