Aracılığıyla paylaş


EventBindingService.GetCompatibleMethods(EventDescriptor) Yöntem

Tanım

Uyumlu yöntemlerin adlarından oluşan bir koleksiyon döndürür.

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

Parametreler

e
EventDescriptor

EventDescriptor Uyumlu temsilciyi içeren.

Döndürülenler

Uyumlu yöntemlerin adları olan dize koleksiyonu.

Özel durumlar

e, null değeridir.

Açıklamalar

Koleksiyonunda 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.