UCOMIConnectionPoint.GetConnectionPointContainer 메서드

정의

이 연결점을 개념적으로 소유하는 연결 가능한 개체에 대한 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)

매개 변수

ppCPC
UCOMIConnectionPointContainer

반환이 성공적이면, 연결 가능한 개체의 IConnectionPointContainer 인터페이스를 포함하여 반환합니다.

설명

자세한 내용은 기존 설명서를 참조 하십시오 IConnectionPoint::GetConnectionPointContainer MSDN 라이브러리에서.

적용 대상