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
'Usage
Dim instance As IVsPropertyPageNotify
[InterfaceTypeAttribute()]
[GuidAttribute("48002E6A-CE3C-4C7E-9D10-3D46A3AF5881")]
public interface IVsPropertyPageNotify
[InterfaceTypeAttribute()]
[GuidAttribute(L"48002E6A-CE3C-4C7E-9D10-3D46A3AF5881")]
public interface class IVsPropertyPageNotify
public interface IVsPropertyPageNotify

See Also

Reference

IVsPropertyPageNotify Members

Microsoft.VisualStudio.Shell.Interop Namespace

IVsPropertyPage