Partager via


Microsoft.VisualStudio.Shell.Flavor Namespace

Classes

  Class Description
Public class FlavoredProject A project that is a subtype or flavor of an inner project. All methods by default delegate to the inner project. Non-default behaviors should be handled by the flavored project.
Public class FlavoredProjectFactory A factory for creating flavored projects, otherwise known as project subtypes.
Public class ProjectDocumentsChangeEventArgs Contains event data for events relating to files and folders of the project subtype, for example the FileAdded event.

Delegates

  Delegate Description
Public delegate FlavoredProject.EventHandler<ProjectDocumentsChangeEventArgs> Represents the method that handles events relating to files and folders of the flavored project.