IConnectionPointContainer.EnumConnectionPoints(IEnumConnectionPoints) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立可連接物件 (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
。