IAdviseSink2 Interface
Extends and inherits from IAdviseSink. Supports an additional notification. Standard OLE interface. For more information, see IAdviseSink2.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<GuidAttribute("00000125-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IAdviseSink2 _
Inherits IAdviseSink
[GuidAttribute("00000125-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IAdviseSink2 : IAdviseSink
The IAdviseSink2 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[]) | ||
OnLinkSrcChange | ||
OnRename(IMoniker) | (Inherited from IAdviseSink.) | |
OnRename(IMoniker) | ||
OnSave() | (Inherited from IAdviseSink.) | |
OnSave() | ||
OnViewChange(UInt32, Int32) | (Inherited from IAdviseSink.) | |
OnViewChange(UInt32, Int32) |
Top