IVsProjectFlavorCfgOutputGroups Interface

Definition

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.

public interface class IVsProjectFlavorCfgOutputGroups
public interface class IVsProjectFlavorCfgOutputGroups
__interface IVsProjectFlavorCfgOutputGroups
[System.Runtime.InteropServices.Guid("52F50FAC-B245-4A81-9A02-DBF8F115389B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProjectFlavorCfgOutputGroups
[<System.Runtime.InteropServices.Guid("52F50FAC-B245-4A81-9A02-DBF8F115389B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProjectFlavorCfgOutputGroups = interface
Public Interface IVsProjectFlavorCfgOutputGroups
Attributes

Remarks

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.

Methods

CustomizeOutputGroup(IVsOutputGroup, IVsOutputGroup)

Gives the base project access to IVsProjectFlavorCfgOutputGroups.

Applies to