IVsProjectFlavorCfg Interface
Visual Studio 2015
The project subtype configuration object implements IVsProjectFlavorCfg to give the project subtype access to various configuration interfaces.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Closes the IVsProjectFlavorCfg object. |
![]() | get_CfgType(Guid, IntPtr) | Provides access to a configuration interfaces such as IVsBuildableProjectCfg2 or IVsDebuggableProjectCfg. |
A configuration object of a project subtype implements the IVsProjectFlavorCfg interface in order to enhance the base project's configuration object implementation. The object that implements IVsProjectFlavorCfg should also implement IPersistXMLFragment to manage the persistence of its state into the project file.
Notes to Implementers:
Implemented by a project subtype and instantiated by the IVsProjectFlavorCfgProvider interface.
Show:
