Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extends IAdviseSink to provide notification of changes in an object's view status. Standard OLE interface. For more information, see IAdviseSinkEx.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("3AF24290-0C96-11CE-A0CF-00AA00600AB8")> _
Public Interface IAdviseSinkEx _
Inherits IAdviseSink
'Usage
Dim instance As IAdviseSinkEx
[InterfaceTypeAttribute()]
[GuidAttribute("3AF24290-0C96-11CE-A0CF-00AA00600AB8")]
public interface IAdviseSinkEx : IAdviseSink
[InterfaceTypeAttribute()]
[GuidAttribute(L"3AF24290-0C96-11CE-A0CF-00AA00600AB8")]
public interface class IAdviseSinkEx : IAdviseSink
public interface IAdviseSinkEx extends IAdviseSink