IVsProjectFlavorCfgProvider Interface
Visual Studio 2015
Functions as the factory for the project subtype's configuration objects.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | CreateProjectFlavorCfg(IVsCfg, IVsProjectFlavorCfg) | Allows the base project to ask the project subtype to create an IVsProjectFlavorCfg object corresponding to each one of its (project subtype's) configuration objects. |
Notes to Implementers:
Implement IVsProjectFlavorCfgProvider to create the project subtype's configuration objects. Retrieve IVsProjectFlavorCfgProvider by calling QueryInterface on a project subtype object.
Show:
