IEventBindingService.GetCompatibleMethods(EventDescriptor) Yöntem

Tanım

Belirtilen olayla uyumlu bir yöntem imzası olan olay işleyicisi yöntemleri 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

için uyumlu olay işleyicisi yöntemlerini almak için 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