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
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("B196B28C-BAB4-101A-B69C-00AA00341D07")> _
Public Interface IPropertyPageSite
[InterfaceTypeAttribute()]
[GuidAttribute("B196B28C-BAB4-101A-B69C-00AA00341D07")]
public interface IPropertyPageSite
The IPropertyPageSite type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetLocaleID | ||
GetPageContainer | ||
OnStatusChange | ||
TranslateAccelerator |
Top