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
'宣告
<InterfaceTypeAttribute()> _
<GuidAttribute("48002E6A-CE3C-4C7E-9D10-3D46A3AF5881")> _
Public Interface IVsPropertyPageNotify
'用途
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("48002E6A-CE3C-4C7E-9D10-3D46A3AF5881")>]
type IVsPropertyPageNotify = interface end
public interface IVsPropertyPageNotify