IVsProjectFlavorCfgOutputGroups Interface

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.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("52F50FAC-B245-4A81-9A02-DBF8F115389B")> _
<InterfaceTypeAttribute()> _
Public Interface IVsProjectFlavorCfgOutputGroups
[GuidAttribute("52F50FAC-B245-4A81-9A02-DBF8F115389B")]
[InterfaceTypeAttribute()]
public interface IVsProjectFlavorCfgOutputGroups
[GuidAttribute(L"52F50FAC-B245-4A81-9A02-DBF8F115389B")]
[InterfaceTypeAttribute()]
public interface class IVsProjectFlavorCfgOutputGroups
[<GuidAttribute("52F50FAC-B245-4A81-9A02-DBF8F115389B")>]
[<InterfaceTypeAttribute()>]
type IVsProjectFlavorCfgOutputGroups =  interface end
public interface IVsProjectFlavorCfgOutputGroups

The IVsProjectFlavorCfgOutputGroups type exposes the following members.

Methods

  Name Description
Public method CustomizeOutputGroup Gives the base project access to IVsProjectFlavorCfgOutputGroups.

Top

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace