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)

[InterfaceTypeAttribute(1)]
[GuidAttribute("48002E6A-CE3C-4C7E-9D10-3D46A3AF5881")]
public interface IVsPropertyPageNotify

NameDescription
System_CAPS_pubmethodOnShowPage(Int32)

Called whenever a property page window changes visibility.

Return to top
Show: