Aracılığıyla paylaş


IEventBindingService.GetCompatibleMethods(EventDescriptor) Yöntem

Tanım

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

public:
 System::Collections::ICollection ^ GetCompatibleMethods(System::ComponentModel::EventDescriptor ^ e);
public System.Collections.ICollection GetCompatibleMethods (System.ComponentModel.EventDescriptor e);
abstract member GetCompatibleMethods : System.ComponentModel.EventDescriptor -> System.Collections.ICollection
Public Function GetCompatibleMethods (e As EventDescriptor) As ICollection

Parametreler

e
EventDescriptor

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

Döndürülenler

Dize koleksiyonu.

Açıklamalar

Koleksiyondaki her dize, belirtilen olayla uyumlu bir yöntem imzası olan bir yöntemin adıdır.

Şunlara uygulanır