UCOMIConnectionPointContainer.EnumConnectionPoints 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 참조하세요.