UCOMIConnectionPoint.GetConnectionPointContainer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取在概念上擁有這個連接點之可連接物件的 IConnectionPointContainer
介面指標。
public:
void GetConnectionPointContainer([Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIConnectionPointContainer ^ % ppCPC);
public void GetConnectionPointContainer (out System.Runtime.InteropServices.UCOMIConnectionPointContainer ppCPC);
abstract member GetConnectionPointContainer : UCOMIConnectionPointContainer -> unit
Public Sub GetConnectionPointContainer (ByRef ppCPC As UCOMIConnectionPointContainer)
參數
在成功傳回時,包含可連接物件的 IConnectionPointContainer
介面。
備註
如需詳細資訊,請參閱 MSDN 文件庫中的現有檔 IConnectionPoint::GetConnectionPointContainer
。