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

要为其获取兼容事件处理程序方法的事件。

返回

字符串的集合。

注解

集合中的每个字符串都是具有与指定事件兼容的方法签名的方法的名称。

适用于