Share via


IAdviseSinkEx Interface

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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("3AF24290-0C96-11CE-A0CF-00AA00600AB8")> _
Public Interface IAdviseSinkEx _
    Inherits IAdviseSink
[InterfaceTypeAttribute()]
[GuidAttribute("3AF24290-0C96-11CE-A0CF-00AA00600AB8")]
public interface IAdviseSinkEx : IAdviseSink

The IAdviseSinkEx type exposes the following members.

Methods

  Name Description
Public method OnClose() (Inherited from IAdviseSink.)
Public method OnClose()
Public method OnDataChange(array<FORMATETC[], array<STGMEDIUM[]) (Inherited from IAdviseSink.)
Public method OnDataChange(array<FORMATETC[], array<STGMEDIUM[])
Public method OnRename(IMoniker) (Inherited from IAdviseSink.)
Public method OnRename(IMoniker)
Public method OnSave() (Inherited from IAdviseSink.)
Public method OnSave()
Public method OnViewChange(UInt32, Int32) (Inherited from IAdviseSink.)
Public method OnViewChange(UInt32, Int32)
Public method OnViewStatusChange

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace