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 してください。

適用対象