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