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 如果沒有名稱相容,則應該傳回空的集合。