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
'Declaração
<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 | |
---|---|---|
OnClose() | (Inherited from IAdviseSink.) | |
OnClose() | ||
OnDataChange(array<FORMATETC[], array<STGMEDIUM[]) | (Inherited from IAdviseSink.) | |
OnDataChange(array<FORMATETC[], array<STGMEDIUM[]) | ||
OnRename(IMoniker) | (Inherited from IAdviseSink.) | |
OnRename(IMoniker) | ||
OnSave() | (Inherited from IAdviseSink.) | |
OnSave() | ||
OnViewChange(UInt32, Int32) | (Inherited from IAdviseSink.) | |
OnViewChange(UInt32, Int32) | ||
OnViewStatusChange |
Top