EventBindingService.IEventBindingService.GetCompatibleMethods 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取其方法签名与指定事件兼容的事件处理程序方法的集合。
virtual System::Collections::ICollection ^ System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods(System::ComponentModel::EventDescriptor ^ e) = System::ComponentModel::Design::IEventBindingService::GetCompatibleMethods;
System.Collections.ICollection IEventBindingService.GetCompatibleMethods (System.ComponentModel.EventDescriptor e);
abstract member System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods : System.ComponentModel.EventDescriptor -> System.Collections.ICollection
override this.System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods : System.ComponentModel.EventDescriptor -> System.Collections.ICollection
Function GetCompatibleMethods (e As EventDescriptor) As ICollection Implements IEventBindingService.GetCompatibleMethods
参数
要为其获取兼容事件处理程序方法的事件。
返回
兼容方法名称的字符串的集合。
实现
例外
e
为 null
。
注解
集合中返回的每个字符串都是方法的方法名称,其签名与 中包含的 e
委托兼容。 GetCompatibleMethods 如果没有名称兼容,应返回空集合。