Share via


IConnectionPointContainer.EnumConnectionPoints(IEnumConnectionPoints) 메서드

정의

IID마다 하나의 연결점이 있는 연결 가능한 개체에서 지원되는 모든 연결점의 열거자를 만듭니다.

public:
 void EnumConnectionPoints([Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IEnumConnectionPoints ^ % ppEnum);
public void EnumConnectionPoints (out System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints ppEnum);
abstract member EnumConnectionPoints : IEnumConnectionPoints -> unit
Public Sub EnumConnectionPoints (ByRef ppEnum As IEnumConnectionPoints)

매개 변수

ppEnum
IEnumConnectionPoints

이 메서드는 반환될 때 열거자의 인터페이스 포인터를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

설명

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

적용 대상