Aracılığıyla paylaş


EventBindingService.IEventBindingService.GetCompatibleMethods Yöntem

Tanım

Belirtilen olayla uyumlu bir yöntem imzası olan olay işleyici yöntemlerinin koleksiyonunu alır.

 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

Parametreler

e
EventDescriptor

uyumlu olay işleyici yöntemlerinin alın olduğu olay.

Döndürülenler

Uyumlu yöntemlerin adları olan dize koleksiyonu.

Uygulamalar

Özel durumlar

e, null değeridir.

Açıklamalar

Koleksiyonda döndürülen her dize, imzası içinde bulunan etemsilciyle uyumlu olan bir yöntemin yöntem adıdır. GetCompatibleMethods hiçbir ad uyumlu değilse boş bir koleksiyon döndürmelidir.

Şunlara uygulanır

Ayrıca bkz.