Udostępnij za pośrednictwem


EventBindingService.GetCompatibleMethods(EventDescriptor) Metoda

Definicja

Zwraca kolekcję nazw zgodnych metod.

protected:
 abstract System::Collections::ICollection ^ GetCompatibleMethods(System::ComponentModel::EventDescriptor ^ e);
protected abstract System.Collections.ICollection GetCompatibleMethods (System.ComponentModel.EventDescriptor e);
abstract member GetCompatibleMethods : System.ComponentModel.EventDescriptor -> System.Collections.ICollection
Protected MustOverride Function GetCompatibleMethods (e As EventDescriptor) As ICollection

Parametry

e
EventDescriptor

Element EventDescriptor zawierający zgodny delegat.

Zwraca

Kolekcja ciągów, które są nazwami zgodnych metod.

Wyjątki

Uwagi

Każdy ciąg zwracany w kolekcji jest nazwą metody, której podpis jest zgodny z delegatem zawartym w elemecie e. GetCompatibleMethods powinna zwrócić pustą kolekcję, jeśli nazwy nie są zgodne.

Dotyczy

Zobacz też