UCOMIConnectionPoint.EnumConnections(UCOMIEnumConnections) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立列舉值物件,以逐一查看存在於這個連接點的連接。
public:
void EnumConnections([Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIEnumConnections ^ % ppEnum);
public void EnumConnections (out System.Runtime.InteropServices.UCOMIEnumConnections ppEnum);
abstract member EnumConnections : UCOMIEnumConnections -> unit
Public Sub EnumConnections (ByRef ppEnum As UCOMIEnumConnections)
參數
- ppEnum
- UCOMIEnumConnections
在成功傳回時,含有新建立的列舉值。
備註
如需詳細資訊,請參閱 MSDN 文件庫中的現有檔 IConnectionPoint::EnumConnections
。