IPropertyPageSite Interface

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
Public method GetLocaleID
Public method GetPageContainer
Public method OnStatusChange
Public method TranslateAccelerator

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace