IEventBindingService.GetCompatibleMethods(EventDescriptor) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取其方法签名与指定事件兼容的事件处理程序方法的集合。
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
参数
要为其获取兼容事件处理程序方法的事件。
返回
字符串的集合。
注解
集合中的每个字符串都是具有与指定事件兼容的方法签名的方法的名称。