Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace

Interfaces

  Interface Description
Public interface IVsProjectDesignerPage An optional interface which may be implemented by property pages hosted inside the Project Designer. Implementing this interface allows the page to participate in advanced scenarios supported by the Project Designer (for instance, automatic Undo and Redo functionality). However, IPropertyPage (or IPropertyPage2) is still required.
Public interface IVsProjectDesignerPageSite An interface which is implemented (in addition to IPropertyPageSite) by the Project Designer on sites that host property pages. It is necessary for some advanced scenarios supported by the Project Designer (for instance, automatic Undo and Redo), but it is not necessary to use this interface in order to be hosted as a property page in the Project Designer.