다음을 통해 공유


UCOMIConnectionPointContainer.EnumConnectionPoints 메서드

정의

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

반환이 성공적이면, 열거자의 인터페이스 포인터를 포함하여 반환합니다.

설명

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

적용 대상