Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
<GuidAttribute("238B5172-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCDebugSettings
'Usage
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.