IVsProjectFlavorCfgOutputGroups Interface
Visual Studio 2015
Gives a project subtype access to the content of the project output group. IVsProjectFlavorCfgOutputGroups interface also allows the project subtype to influence the project's ability to group outputs according to usage.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | CustomizeOutputGroup(IVsOutputGroup, IVsOutputGroup) | Gives the base project access to IVsProjectFlavorCfgOutputGroups. |
For more information on project output groups, see Project Configuration for Output.
Notes to Implementers:
A project subtype implements the IVsProjectFlavorCfgOutputGroups interface when the content of a project output group needs to be controlled.
Show:
