AxHost.ConnectionPointCookie(Object, Object, Type) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 AxHost.ConnectionPointCookie 类的新实例。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
ConnectionPointCookie(System::Object ^ source, System::Object ^ sink, Type ^ eventInterface);
public ConnectionPointCookie (object source, object sink, Type eventInterface);
new System.Windows.Forms.AxHost.ConnectionPointCookie : obj * obj * Type -> System.Windows.Forms.AxHost.ConnectionPointCookie
Public Sub New (source As Object, sink As Object, eventInterface As Type)
参数
- source
- Object
一个包含连接点的可连接对象。
- sink
- Object
客户端的接收器,它从连接点接收传出调用。
- eventInterface
- Type
传出接口,它的连接点对象正被请求。
例外
source
不实现 eventInterface
。
该连接点已经达到其连接极限,无法再进行接受了。
注解
构造AxHost.ConnectionPointCookie函数在ActiveX控件与客户端之间建立连接。