EventBindingService.GetCompatibleMethods(EventDescriptor) 方法

定义

返回兼容方法的名称集合。

protected:
 abstract System::Collections::ICollection ^ GetCompatibleMethods(System::ComponentModel::EventDescriptor ^ e);
protected abstract System.Collections.ICollection GetCompatibleMethods (System.ComponentModel.EventDescriptor e);
abstract member GetCompatibleMethods : System.ComponentModel.EventDescriptor -> System.Collections.ICollection
Protected MustOverride Function GetCompatibleMethods (e As EventDescriptor) As ICollection

参数

e
EventDescriptor

包含兼容委托的 EventDescriptor

返回

兼容方法名称的字符串的集合。

例外

enull

注解

集合中返回的每个字符串都是方法的方法名称,其签名与 中包含的 e委托兼容。 GetCompatibleMethods 如果没有名称兼容,应返回空集合。

适用于

另请参阅