次の方法で共有


IConnectionPointContainerImpl クラス

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

template<
   class T 
>
class ATL_NO_VTABLE IConnectionPointContainerImpl : 
   public IConnectionPointContainer

パラメーター

  • T
    IConnectionPointContainerImplから派生したクラス。

メンバー

syz81y25.collapse_all(ja-jp,VS.110).gifパブリック メソッド

名前

説明

IConnectionPointContainerImpl::EnumConnectionPoints

列挙子を接続可能なオブジェクトでサポートされているコネクション ポイントを反復処理するに作成します。

IConnectionPointContainerImpl::FindConnectionPoint

指定した IID をサポートするコネクション ポイントへのインターフェイス ポインターを取得します。

解説

IConnectionPointContainerImplIConnectionPointImpl のオブジェクトのコレクションを管理するコネクション ポイント コンテナーを実装します。IConnectionPointContainerImpl は、接続可能オブジェクトに関する詳細情報を取得するために、クライアントができる 2 種類のメソッドが用意されています:

  • EnumConnectionPoints は、クライアントが、アウトゴーイング インターフェイスをサポートするオブジェクトが判断できるようにします。

  • FindConnectionPoint は、クライアントがオブジェクトが特定のアウトゴーイング インターフェイスをサポートするかどうかを判別することができます。

ATL でのコネクション ポイントの使用方法の詳細については、" " [接続ポイント]を参照してください。

継承階層

IConnectionPointContainer

IConnectionPointContainerImpl

必要条件

ヘッダー : atlcom.h

参照

関連項目

IConnectionPointContainer

その他の技術情報

ATL クラスの概要