IVsCfgProvider Interface
Visual Studio 2015
Allows projects to manage configuration information.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetCfgs(UInt32, IVsCfg[], UInt32[], UInt32[]) | Returns the per-configuration objects for this object. |
Notes to Implementers:
Implemented by projects to provide support for platforms, for adding, deleting, or updating configurations, and for configuration event notification. This interface coordinates build, deploy, and debug.
Show:
