다음을 통해 공유


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)

Syntax

<GuidAttribute("238B5172-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCDebugSettings

Dim instance As VCDebugSettings
[GuidAttribute("238B5172-2429-11D7-8BF6-00B0D03DAA06")]
public interface VCDebugSettings
[GuidAttribute(L"238B5172-2429-11D7-8BF6-00B0D03DAA06")]
public interface class VCDebugSettings
public interface VCDebugSettings

Remarks

See Project Settings for a C++ Debug Configuration for more information about the Debug() property page. See Modifying Project Settings for information on accessing a project's Property Pages dialog box.

See Also

Reference

VCDebugSettings Members

Microsoft.VisualStudio.VCProjectEngine Namespace