IVsPropertyPageNotify Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tells the environment that a property page wants notification when it is visible. Optional interface for implementers of IVsPropertyPage.
public interface class IVsPropertyPageNotify
public interface class IVsPropertyPageNotify
__interface IVsPropertyPageNotify
[System.Runtime.InteropServices.Guid("48002E6A-CE3C-4C7E-9D10-3D46A3AF5881")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsPropertyPageNotify
[System.Runtime.InteropServices.Guid("48002E6A-CE3C-4C7E-9D10-3D46A3AF5881")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsPropertyPageNotify
[<System.Runtime.InteropServices.Guid("48002E6A-CE3C-4C7E-9D10-3D46A3AF5881")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsPropertyPageNotify = interface
[<System.Runtime.InteropServices.Guid("48002E6A-CE3C-4C7E-9D10-3D46A3AF5881")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsPropertyPageNotify = interface
Public Interface IVsPropertyPageNotify
- Attributes
Methods
OnShowPage(Int32) |
Called whenever a property page window changes visibility. |