UCOMIConnectionPointContainer.EnumConnectionPoints メソッド

定義

接続可能オブジェクトでサポートされているすべての接続ポイント (IID ごとに 1 つの接続ポイント) の列挙子を作成します。

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

パラメーター

ppEnum
UCOMIEnumConnectionPoints

正常に戻った場合は、列挙子のインターフェイス ポインターが含まれます。

注釈

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

適用対象