IPropertyPage2 接口

定义表示属性页对象的主要功能。 添加对一个属性的初始在页上选择的支持。 从 IPropertyPage扩展和继承。 有关更多信息,请参见 IPropertyPage2

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("01E44665-24AC-101B-84ED-08002B2EC713")> _
Public Interface IPropertyPage2 _
    Inherits IPropertyPage
[InterfaceTypeAttribute()]
[GuidAttribute("01E44665-24AC-101B-84ED-08002B2EC713")]
public interface IPropertyPage2 : IPropertyPage

IPropertyPage2 类型公开以下成员。

方法

  名称 说明
公共方法 Activate(IntPtr, array<RECT[], Int32) (继承自 IPropertyPage。)
公共方法 Activate(IntPtr, array<RECT[], Int32)
公共方法 Apply() (继承自 IPropertyPage。)
公共方法 Apply()
公共方法 Deactivate() (继承自 IPropertyPage。)
公共方法 Deactivate()
公共方法 EditProperty
公共方法 GetPageInfo(array<PROPPAGEINFO[]) (继承自 IPropertyPage。)
公共方法 GetPageInfo(array<PROPPAGEINFO[])
公共方法 Help(String) (继承自 IPropertyPage。)
公共方法 Help(String)
公共方法 IsPageDirty() (继承自 IPropertyPage。)
公共方法 IsPageDirty()
公共方法 Move(array<RECT[]) (继承自 IPropertyPage。)
公共方法 Move(array<RECT[])
公共方法 SetObjects(UInt32, array<Object[]) (继承自 IPropertyPage。)
公共方法 SetObjects(UInt32, array<Object[])
公共方法 SetPageSite(IPropertyPageSite) (继承自 IPropertyPage。)
公共方法 SetPageSite(IPropertyPageSite)
公共方法 Show(UInt32) (继承自 IPropertyPage。)
公共方法 Show(UInt32)
公共方法 TranslateAccelerator(array<MSG[]) (继承自 IPropertyPage。)
公共方法 TranslateAccelerator(array<MSG[])

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间