IConnectionPointContainer.EnumConnectionPoints(IEnumConnectionPoints) 方法

定義

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

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

適用於