Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As 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