IChannelHook 接口
提供一个结构截获,并修改对 COM 引擎处理调用。
命名空间: Microsoft.VisualStudio.OLE.Interop
程序集: Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)
语法
声明
<InterfaceTypeAttribute()> _
<GuidAttribute("1008C4A0-7613-11CF-9AF1-0020AF6E72F4")> _
Public Interface IChannelHook
[InterfaceTypeAttribute()]
[GuidAttribute("1008C4A0-7613-11CF-9AF1-0020AF6E72F4")]
public interface IChannelHook
IChannelHook 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
ClientFillBuffer | ||
ClientGetSize | ||
ClientNotify | ||
ServerFillBuffer | ||
ServerGetSize | ||
ServerNotify |
页首