IVsProjectDesignerPageSite Interface

Definition

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.

public interface class IVsProjectDesignerPageSite
public interface class IVsProjectDesignerPageSite
__interface IVsProjectDesignerPageSite
[System.Runtime.InteropServices.Guid("e3a4b4ea-df8b-483a-b85e-d8c3a82d1995")]
public interface IVsProjectDesignerPageSite
[<System.Runtime.InteropServices.Guid("e3a4b4ea-df8b-483a-b85e-d8c3a82d1995")>]
type IVsProjectDesignerPageSite = interface
Public Interface IVsProjectDesignerPageSite
Attributes

Methods

GetTransaction(String)

Gets a transaction to group multiple property changes into a single undo/redo unit.

OnPropertyChanged(String, PropertyDescriptor, Object, Object)

Raised after a property on the property page has changed.

OnPropertyChanging(String, PropertyDescriptor)

Raised before a property value is changed.

Applies to