次の方法で共有


IConnectionPointContainerImpl クラス

このクラスは、IConnectionPointImpl オブジェクトのコレクションを管理するコネクション ポイント コンテナーを実装します。

template<
   class T 
>
class ATL_NO_VTABLE IConnectionPointContainerImpl : 
   public IConnectionPointContainer

パラメーター

  • T
    IConnectionPointContainerImpl の派生クラス。

解説

IConnectionPointContainerImpl は、IConnectionPointImpl オブジェクトのコレクションを管理するコネクション ポイント コンテナーを実装します。 IConnectionPointContainerImpl には、接続可能オブジェクトの情報を取得するためにクライアントが呼び出すことのできる次の 2 つのメソッドがあります。

  • EnumConnectionPoints を使って、クライアントは、オブジェクトがサポートしているアウトゴーイング インターフェイスがどれかを判断できます。

  • FindConnectionPoint を使って、クライアントは、オブジェクトが指定のアウトゴーイング インターフェイスをサポートしているかどうかを判断できます。

ATL のコネクション ポイントの使い方の詳細については、「ATL コネクション ポイント」を参照してください。

必要条件

**ヘッダー:**atlcom.h

参照

参照

IConnectionPointContainer

その他の技術情報

IConnectionPointContainerImpl のメンバー

ATL クラスの概要