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.
Tells the environment that a property page wants notification when it is visible. Optional interface for implementers of IVsPropertyPage.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("48002E6A-CE3C-4C7E-9D10-3D46A3AF5881")> _
Public Interface IVsPropertyPageNotify
[InterfaceTypeAttribute()]
[GuidAttribute("48002E6A-CE3C-4C7E-9D10-3D46A3AF5881")]
public interface IVsPropertyPageNotify
[InterfaceTypeAttribute()]
[GuidAttribute(L"48002E6A-CE3C-4C7E-9D10-3D46A3AF5881")]
public interface class IVsPropertyPageNotify
[<InterfaceTypeAttribute()>]
[<GuidAttribute("48002E6A-CE3C-4C7E-9D10-3D46A3AF5881")>]
type IVsPropertyPageNotify = interface end
public interface IVsPropertyPageNotify
The IVsPropertyPageNotify type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
OnShowPage | Called whenever a property page window changes visibility. |
Top
.gif)