Functions as the factory for the project subtype's configuration objects.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
[InterfaceTypeAttribute(1)]
[GuidAttribute("2B81D5F8-F8BD-4A65-8F51-F3BFCD51A924")]
public interface IVsProjectFlavorCfgProvider
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute GuidAttribute("2B81D5F8-F8BD-4A65-8F51-F3BFCD51A924") */
public interface IVsProjectFlavorCfgProvider
InterfaceTypeAttribute(1)
GuidAttribute("2B81D5F8-F8BD-4A65-8F51-F3BFCD51A924")
public interface IVsProjectFlavorCfgProvider
Notes to Implementers
Implement
IVsProjectFlavorCfgProvider to create the project subtype's configuration objects. Retrieve
IVsProjectFlavorCfgProvider by calling
QueryInterface on a project subtype object.