IAdviseSinkEx 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
扩展 IAdviseSink 以提供有关对象的视图状态更改的通知。 标准 OLE 接口。 有关详细信息,请参阅 IAdviseSinkEx。
public interface class IAdviseSinkEx : Microsoft::VisualStudio::OLE::Interop::IAdviseSink
public interface class IAdviseSinkEx : Microsoft::VisualStudio::OLE::Interop::IAdviseSink
__interface IAdviseSinkEx : Microsoft::VisualStudio::OLE::Interop::IAdviseSink
[System.Runtime.InteropServices.Guid("3AF24290-0C96-11CE-A0CF-00AA00600AB8")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IAdviseSinkEx : Microsoft.VisualStudio.OLE.Interop.IAdviseSink
[<System.Runtime.InteropServices.Guid("3AF24290-0C96-11CE-A0CF-00AA00600AB8")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IAdviseSinkEx = interface
interface IAdviseSink
Public Interface IAdviseSinkEx
Implements IAdviseSink
- 属性
- 实现
方法
| OnClose() | |
| OnDataChange(FORMATETC[], STGMEDIUM[]) | |
| OnRename(IMoniker) | |
| OnSave() | |
| OnViewChange(UInt32, Int32) | |
| OnViewStatusChange(UInt32) |