IVsProjectFlavorCfg Interface

The project subtype configuration object implements IVsProjectFlavorCfg to give the project subtype access to various configuration interfaces.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("3BFFC423-6C82-46C0-AF2A-79A3ED3EDA93")> _
Public Interface IVsProjectFlavorCfg
[InterfaceTypeAttribute()]
[GuidAttribute("3BFFC423-6C82-46C0-AF2A-79A3ED3EDA93")]
public interface IVsProjectFlavorCfg
[InterfaceTypeAttribute()]
[GuidAttribute(L"3BFFC423-6C82-46C0-AF2A-79A3ED3EDA93")]
public interface class IVsProjectFlavorCfg
[<InterfaceTypeAttribute()>]
[<GuidAttribute("3BFFC423-6C82-46C0-AF2A-79A3ED3EDA93")>]
type IVsProjectFlavorCfg =  interface end
public interface IVsProjectFlavorCfg

The IVsProjectFlavorCfg type exposes the following members.

Methods

  Name Description
Public method Close Closes the IVsProjectFlavorCfg object.
Public method get_CfgType Provides access to a configuration interfaces such as IVsBuildableProjectCfg2 or IVsDebuggableProjectCfg.

Top

Remarks

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace