CodeDomEventBindingService.GetCompatibleMethods(EventDescriptor) 方法

定义

获取代码 DOM 中与指定的事件说明符兼容的所有方法。

protected:
 override System::Collections::ICollection ^ GetCompatibleMethods(System::ComponentModel::EventDescriptor ^ e);
protected override System.Collections.ICollection GetCompatibleMethods (System.ComponentModel.EventDescriptor e);
override this.GetCompatibleMethods : System.ComponentModel.EventDescriptor -> System.Collections.ICollection
Protected Overrides Function GetCompatibleMethods (e As EventDescriptor) As ICollection

参数

返回

ICollection

兼容方法的所有名称的集合。

适用于