IRpcChannelBuffer3 接口

COM 客户端代理和 COM 服务器存根之间的送数据。 从 IRpcChannelBuffer2扩展和继承。

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
<GuidAttribute("25B15600-0115-11D0-BF0D-00AA00B8DFD2")> _
<InterfaceTypeAttribute()> _
Public Interface IRpcChannelBuffer3 _
    Inherits IRpcChannelBuffer2
[GuidAttribute("25B15600-0115-11D0-BF0D-00AA00B8DFD2")]
[InterfaceTypeAttribute()]
public interface IRpcChannelBuffer3 : IRpcChannelBuffer2

IRpcChannelBuffer3 类型公开以下成员。

方法

  名称 说明
公共方法 Cancel
公共方法 FreeBuffer(array<RPCOLEMESSAGE[]) (继承自 IRpcChannelBuffer2。)
公共方法 FreeBuffer(array<RPCOLEMESSAGE[])
公共方法 GetBuffer(array<RPCOLEMESSAGE[], Guid%) (继承自 IRpcChannelBuffer2。)
公共方法 GetBuffer(array<RPCOLEMESSAGE[], Guid%)
公共方法 GetCallContext
公共方法 GetDestCtx(UInt32%, IntPtr%) (继承自 IRpcChannelBuffer2。)
公共方法 GetDestCtx(UInt32%, IntPtr%)
公共方法 GetDestCtxEx
公共方法 GetProtocolVersion(UInt32%) (继承自 IRpcChannelBuffer2。)
公共方法 GetProtocolVersion(UInt32%)
公共方法 GetState
公共方法 IsConnected() (继承自 IRpcChannelBuffer2。)
公共方法 IsConnected()
公共方法 Receive
公共方法 RegisterAsync
公共方法 Send
公共方法 SendReceive(array<RPCOLEMESSAGE[], UInt32%) (继承自 IRpcChannelBuffer2。)
公共方法 SendReceive(array<RPCOLEMESSAGE[], UInt32%)

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间