EventBindingService.IEventBindingService.GetCompatibleMethods Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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 e
temsilciyle uyumlu olan bir yöntemin yöntem adıdır. GetCompatibleMethods hiçbir ad uyumlu değilse boş bir koleksiyon döndürmelidir.