IConnectionPointContainerImpl クラス
このクラスは、IConnectionPointImpl オブジェクトのコレクションを管理するコネクション ポイント コンテナーを実装します。
template<
class T
>
class ATL_NO_VTABLE IConnectionPointContainerImpl :
public IConnectionPointContainer
パラメーター
- T
IConnectionPointContainerImplから派生したクラス。
メンバー
パブリック メソッド
名前 |
説明 |
---|---|
列挙子を接続可能なオブジェクトでサポートされているコネクション ポイントを反復処理するに作成します。 |
|
指定した IID をサポートするコネクション ポイントへのインターフェイス ポインターを取得します。 |
解説
IConnectionPointContainerImpl は IConnectionPointImpl のオブジェクトのコレクションを管理するコネクション ポイント コンテナーを実装します。 IConnectionPointContainerImpl は、接続可能オブジェクトに関する詳細情報を取得するために、クライアントができる 2 種類のメソッドが用意されています:
EnumConnectionPoints は、クライアントが、アウトゴーイング インターフェイスをサポートするオブジェクトが判断できるようにします。
FindConnectionPoint は、クライアントがオブジェクトが特定のアウトゴーイング インターフェイスをサポートするかどうかを判別することができます。
ATL でのコネクション ポイントの使用方法の詳細については、" " [接続ポイント]を参照してください。
継承階層
IConnectionPointContainer
IConnectionPointContainerImpl
必要条件
ヘッダー : atlcom.h