IVsProjectDesignerPage Interface

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.

Namespace:  Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

Syntax

‘선언
<GuidAttribute("91867a34-6175-4c1b-b3b7-63798c3305b0")> _
Public Interface IVsProjectDesignerPage
‘사용 방법
Dim instance As IVsProjectDesignerPage
[GuidAttribute("91867a34-6175-4c1b-b3b7-63798c3305b0")]
public interface IVsProjectDesignerPage
[GuidAttribute(L"91867a34-6175-4c1b-b3b7-63798c3305b0")]
public interface class IVsProjectDesignerPage
[<GuidAttribute("91867a34-6175-4c1b-b3b7-63798c3305b0")>]
type IVsProjectDesignerPage =  interface end
public interface IVsProjectDesignerPage

See Also

Reference

IVsProjectDesignerPage Members

Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace