IAdviseSink2 接口

定义

扩展并从继承 IAdviseSink 。 支持其他通知。 标准 OLE 接口。 有关详细信息,请参阅 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(1)>]
type IAdviseSink2 = interface
    interface IAdviseSink
Public Interface IAdviseSink2
Implements IAdviseSink
属性
实现

方法

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

适用于