مشاركة عبر


VCConfiguration Interface

The VCConfiguration object programmatically accesses the properties in the General property page of a project's Property Pages dialog box. This object also allows access to the tools used to build this configuration.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'إقرار
<GuidAttribute("0168EA0D-6DB0-457E-BDDD-27FD7A3EDFBB")> _
Public Interface VCConfiguration
'الاستخدام
Dim instance As VCConfiguration
[GuidAttribute("0168EA0D-6DB0-457E-BDDD-27FD7A3EDFBB")]
public interface VCConfiguration
[GuidAttribute(L"0168EA0D-6DB0-457E-BDDD-27FD7A3EDFBB")]
public interface class VCConfiguration
[<GuidAttribute("0168EA0D-6DB0-457E-BDDD-27FD7A3EDFBB")>]
type VCConfiguration =  interface end
public interface VCConfiguration

Remarks

For more information, see Modifying Project Settings.

See Also

Reference

VCConfiguration Members

Microsoft.VisualStudio.VCProjectEngine Namespace