IConnectionPointContainerImpl クラス
更新 : 2007 年 11 月
このクラスは、IConnectionPointImpl オブジェクトのコレクションを管理するコネクション ポイント コンテナを実装します。
template<
class T
>
class ATL_NO_VTABLE IConnectionPointContainerImpl :
public IConnectionPointContainer
パラメータ
- T
IConnectionPointContainerImpl の派生クラス。
解説
IConnectionPointContainerImpl は、IConnectionPointImpl オブジェクトのコレクションを管理するコネクション ポイント コンテナを実装します。IConnectionPointContainerImpl には、接続可能オブジェクトの情報を取得するためにクライアントが呼び出すことのできる次の 2 つのメソッドがあります。
EnumConnectionPoints を使って、クライアントは、オブジェクトがサポートしているアウトゴーイング インターフェイスがどれかを判断できます。
FindConnectionPoint を使って、クライアントは、オブジェクトが指定のアウトゴーイング インターフェイスをサポートしているかどうかを判断できます。
ATL のコネクション ポイントの使い方の詳細については、「ATL コネクション ポイント」を参照してください。
必要条件
ヘッダー : atlcom.h