UCOMIConnectionPointContainer.EnumConnectionPoints 方法

定義

建立可連接物件 (Connectable Object) 中支援的所有連接點的列舉值,每個 IID 一個連接點。

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

適用於