Microsoft.VisualStudio.Shell.Flavor Namespace
Classes
Class | Description | |
---|---|---|
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. | |
FlavoredProjectFactory | A factory for creating flavored projects, otherwise known as project subtypes. | |
ProjectDocumentsChangeEventArgs | Contains event data for events relating to files and folders of the project subtype, for example the FileAdded event. |
Delegates
Delegate | Description | |
---|---|---|
FlavoredProject.EventHandler<ProjectDocumentsChangeEventArgs> | Represents the method that handles events relating to files and folders of the flavored project. |