共用方式為


EventBindingService.IEventBindingService.GetCompatibleMethods 方法

定義

取得具有與指定事件相容之方法簽章的事件處理常式方法的集合。

 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
EventDescriptor

要為其取得相容事件處理常式方法的事件。

傳回

相容方法之名稱的字串集合。

實作

例外狀況

enull

備註

集合中傳回的每個字串都是方法的方法名稱,其簽章與 中包含的 e委派相容。 GetCompatibleMethods 如果沒有名稱相容,則應該傳回空的集合。

適用於

另請參閱