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