Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)