IPropertyPage2 Interface
Defines the main features of an object representing property pages. Adds support for an initial selection of a property on a page. Extends and inherits from IPropertyPage. For more information, see IPropertyPage2.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Декларация
<InterfaceTypeAttribute()> _
<GuidAttribute("01E44665-24AC-101B-84ED-08002B2EC713")> _
Public Interface IPropertyPage2 _
Inherits IPropertyPage
[InterfaceTypeAttribute()]
[GuidAttribute("01E44665-24AC-101B-84ED-08002B2EC713")]
public interface IPropertyPage2 : IPropertyPage
The IPropertyPage2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Activate(IntPtr, array<RECT[], Int32) | (Inherited from IPropertyPage.) |
![]() |
Activate(IntPtr, array<RECT[], Int32) | |
![]() |
Apply() | (Inherited from IPropertyPage.) |
![]() |
Apply() | |
![]() |
Deactivate() | (Inherited from IPropertyPage.) |
![]() |
Deactivate() | |
![]() |
EditProperty | |
![]() |
GetPageInfo(array<PROPPAGEINFO[]) | (Inherited from IPropertyPage.) |
![]() |
GetPageInfo(array<PROPPAGEINFO[]) | |
![]() |
Help(String) | (Inherited from IPropertyPage.) |
![]() |
Help(String) | |
![]() |
IsPageDirty() | (Inherited from IPropertyPage.) |
![]() |
IsPageDirty() | |
![]() |
Move(array<RECT[]) | (Inherited from IPropertyPage.) |
![]() |
Move(array<RECT[]) | |
![]() |
SetObjects(UInt32, array<Object[]) | (Inherited from IPropertyPage.) |
![]() |
SetObjects(UInt32, array<Object[]) | |
![]() |
SetPageSite(IPropertyPageSite) | (Inherited from IPropertyPage.) |
![]() |
SetPageSite(IPropertyPageSite) | |
![]() |
Show(UInt32) | (Inherited from IPropertyPage.) |
![]() |
Show(UInt32) | |
![]() |
TranslateAccelerator(array<MSG[]) | (Inherited from IPropertyPage.) |
![]() |
TranslateAccelerator(array<MSG[]) |
Top