次の方法で共有


IVsProjectDesignerPageSite Members

Include Protected Members
Include Inherited Members

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.

The IVsProjectDesignerPageSite type exposes the following members.

Methods

  Name Description
Public method GetTransaction Gets a transaction to group multiple property changes into a single undo/redo unit.
Public method OnPropertyChanged Raised after a property on the property page has changed.
Public method OnPropertyChanging Raised before a property value is changed.

Top

See Also

Reference

IVsProjectDesignerPageSite Interface

Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace