IVsPropertyPageNotify Interface

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
Public method OnShowPage

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace

IVsPropertyPage