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
。
產品 | 版本 |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |