EventBindingService.GetCompatibleMethods(EventDescriptor) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回兼容方法的名称集合。
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
参数
包含兼容委托的 EventDescriptor。
返回
兼容方法名称的字符串的集合。
例外
e
为 null
。
注解
集合中返回的每个字符串都是方法的方法名称,其签名与 中包含的 e
委托兼容。 GetCompatibleMethods 如果没有名称兼容,应返回空集合。