IConnectionPointContainerImpl选件类
此选件类实现连接点容器管理 IConnectionPointImpl 对象的集合。
template<
class T
>
class ATL_NO_VTABLE IConnectionPointContainerImpl :
public IConnectionPointContainer
参数
- T
您的选件类,从派生 IConnectionPointContainerImpl。
成员
公共方法
名称 |
描述 |
---|---|
在可连接的对象创建枚举数循环访问连接点支持。 |
|
检索接口指针。支持指定的IID的连接点。 |
备注
IConnectionPointContainerImpl 实现连接点容器管理 IConnectionPointImpl 对象的集合。 IConnectionPointContainerImpl 提供客户端可以调用检索有关可连接对象的更多信息的两个方法:
EnumConnectionPoints 允许客户端确定输出接口对象支持。
FindConnectionPoint 允许客户端确定对象是否支持给定的输出接口。
有关如何使用的信息在ATL连接点,请参见一 连接点文章。
继承层次结构
IConnectionPointContainer
IConnectionPointContainerImpl
要求
Header: atlcom.h