IConnectionPointContainer.EnumConnectionPoints(IEnumConnectionPoints) メソッド

定義

IID あたり 1 つのコネクション ポイントとして、接続可能オブジェクトでサポートされているすべてのコネクション ポイントの列挙子を作成します。

public:
 void EnumConnectionPoints([Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IEnumConnectionPoints ^ % ppEnum);
public void EnumConnectionPoints (out System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints ppEnum);
abstract member EnumConnectionPoints : IEnumConnectionPoints -> unit
Public Sub EnumConnectionPoints (ByRef ppEnum As IEnumConnectionPoints)

パラメーター

ppEnum
IEnumConnectionPoints

このメソッドが返されるときに、列挙子のインターフェイス ポインターを格納します。 このパラメーターは初期化せずに渡されます。

注釈

詳細については、MSDN ライブラリの の既存のドキュメントを参照してください IConnectionPointContainer::EnumConnectionPoints

適用対象