Share via


IEventBindingService.GetCompatibleMethods(EventDescriptor) 메서드

정의

지정된 이벤트와 호환되는 메서드 시그니처를 가진 이벤트 처리기 메서드의 컬렉션을 가져옵니다.

public:
 System::Collections::ICollection ^ GetCompatibleMethods(System::ComponentModel::EventDescriptor ^ e);
public System.Collections.ICollection GetCompatibleMethods (System.ComponentModel.EventDescriptor e);
abstract member GetCompatibleMethods : System.ComponentModel.EventDescriptor -> System.Collections.ICollection
Public Function GetCompatibleMethods (e As EventDescriptor) As ICollection

매개 변수

e
EventDescriptor

호환되는 이벤트 처리기 메서드를 가져올 이벤트입니다.

반환

문자열의 컬렉션입니다.

설명

컬렉션의 각 문자열은 지정된 이벤트와 호환되는 메서드 시그니처가 있는 메서드의 이름입니다.

적용 대상