مشاركة عبر


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("B534E0D7-DC24-4E8F-8354-E451FE192250")> _
Public Interface VCDebugSettings
'الاستخدام
Dim instance As VCDebugSettings
[GuidAttribute("B534E0D7-DC24-4E8F-8354-E451FE192250")]
public interface VCDebugSettings
[GuidAttribute(L"B534E0D7-DC24-4E8F-8354-E451FE192250")]
public interface class VCDebugSettings
[<GuidAttribute("B534E0D7-DC24-4E8F-8354-E451FE192250")>]
type VCDebugSettings =  interface end
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