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.
Provides the main features for a property pages site. Each property page within a property frame has a site. For more information, see IPropertyPageSite.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B196B28C-BAB4-101A-B69C-00AA00341D07")> _
Public Interface IPropertyPageSite
[InterfaceTypeAttribute()]
[GuidAttribute("B196B28C-BAB4-101A-B69C-00AA00341D07")]
public interface IPropertyPageSite
[InterfaceTypeAttribute()]
[GuidAttribute(L"B196B28C-BAB4-101A-B69C-00AA00341D07")]
public interface class IPropertyPageSite
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B196B28C-BAB4-101A-B69C-00AA00341D07")>]
type IPropertyPageSite = interface end
public interface IPropertyPageSite
The IPropertyPageSite type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetLocaleID | |
![]() |
GetPageContainer | |
![]() |
OnStatusChange | |
![]() |
TranslateAccelerator |
Top