IAdviseSink2 Interface

Definition

Extends and inherits from IAdviseSink. Supports an additional notification. Standard OLE interface. For more information, see IAdviseSink2.

public interface class IAdviseSink2 : Microsoft::VisualStudio::OLE::Interop::IAdviseSink
public interface class IAdviseSink2 : Microsoft::VisualStudio::OLE::Interop::IAdviseSink
__interface IAdviseSink2 : Microsoft::VisualStudio::OLE::Interop::IAdviseSink
[System.Runtime.InteropServices.Guid("00000125-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IAdviseSink2 : Microsoft.VisualStudio.OLE.Interop.IAdviseSink
[System.Runtime.InteropServices.Guid("00000125-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAdviseSink2 : Microsoft.VisualStudio.OLE.Interop.IAdviseSink
[<System.Runtime.InteropServices.Guid("00000125-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IAdviseSink2 = interface
    interface IAdviseSink
[<System.Runtime.InteropServices.Guid("00000125-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAdviseSink2 = interface
    interface IAdviseSink
Public Interface IAdviseSink2
Implements IAdviseSink
Attributes
Implements

Methods

OnClose()
OnDataChange(FORMATETC[], STGMEDIUM[])
OnLinkSrcChange(IMoniker)
OnRename(IMoniker)
OnSave()
OnViewChange(UInt32, Int32)

Applies to