Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the main features of an object representing property pages. For more information, see IPropertyPage.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B196B28D-BAB4-101A-B69C-00AA00341D07")> _
Public Interface IPropertyPage
[InterfaceTypeAttribute()]
[GuidAttribute("B196B28D-BAB4-101A-B69C-00AA00341D07")]
public interface IPropertyPage
[InterfaceTypeAttribute()]
[GuidAttribute(L"B196B28D-BAB4-101A-B69C-00AA00341D07")]
public interface class IPropertyPage
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B196B28D-BAB4-101A-B69C-00AA00341D07")>]
type IPropertyPage = interface end
public interface IPropertyPage
The IPropertyPage type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Activate | |
![]() |
Apply | |
![]() |
Deactivate | |
![]() |
GetPageInfo | |
![]() |
Help | |
![]() |
IsPageDirty | |
![]() |
Move | |
![]() |
SetObjects | |
![]() |
SetPageSite | |
![]() |
Show | |
![]() |
TranslateAccelerator |
Top