IVsProjectDesignerPageSite Interface
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.
Namespace: Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
Syntax
'Déclaration
<GuidAttribute("e3a4b4ea-df8b-483a-b85e-d8c3a82d1995")> _
Public Interface IVsProjectDesignerPageSite
'Utilisation
Dim instance As IVsProjectDesignerPageSite
[GuidAttribute("e3a4b4ea-df8b-483a-b85e-d8c3a82d1995")]
public interface IVsProjectDesignerPageSite
[GuidAttribute(L"e3a4b4ea-df8b-483a-b85e-d8c3a82d1995")]
public interface class IVsProjectDesignerPageSite
[<GuidAttribute("e3a4b4ea-df8b-483a-b85e-d8c3a82d1995")>]
type IVsProjectDesignerPageSite = interface end
public interface IVsProjectDesignerPageSite
See Also
Reference
IVsProjectDesignerPageSite Members
Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace