共用方式為


IEventBindingService.GetCompatibleMethods(EventDescriptor) 方法

定義

取得具有與指定事件相容之方法簽章的事件處理常式方法的集合。

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

參數

e
EventDescriptor

要為其取得相容事件處理常式方法的事件。

傳回

字串的集合。

備註

集合中的每個字串都是方法的名稱,這個方法具有與指定事件相容的方法簽章。

適用於