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
'Declaration
<GuidAttribute("238B5182-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCConfiguration
'Usage
Dim instance As VCConfiguration
[GuidAttribute("238B5182-2429-11D7-8BF6-00B0D03DAA06")]
public interface VCConfiguration
[GuidAttribute(L"238B5182-2429-11D7-8BF6-00B0D03DAA06")]
public interface class VCConfiguration
public interface VCConfiguration
Remarks
For more information, see Modifying Project Settings.