IVsProjectCfgProvider Interface
Visual Studio 2015
Provides access to project configuration information.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | get_UsesIndependentConfigurations(Int32) | Do not use. |
![]() | GetCfgs(UInt32, IVsCfg[], UInt32[], UInt32[]) | Returns one or more configuration objects. |
![]() | OpenProjectCfg(String, IVsProjectCfg) | Provides access to the IVsProjectCfg interface implemented on a project's configuration object. |
Notes to Implementers:
Implemented by projects to provide the environment with access to its IVsProjectCfg interface and other information. It is an optional interface, implemented with IVsCfgProvider2 and IVsCfgProviderEventsHelper on a separate configuration provider object.
Notes to Callers:
Called by the environment to access a project's configuration object.
Show:
