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

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

설명

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

적용 대상