EventBindingService.IEventBindingService.GetCompatibleMethods メソッド

定義

指定したイベントと互換性のあるメソッド シグネチャを持つイベント ハンドラー メソッドのコレクションを取得します。

 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

パラメーター

e
EventDescriptor

互換性のあるイベント ハンドラー メソッドを取得する対象のイベント。

戻り値

互換性のあるメソッドの名前である文字列のコレクション。

実装

例外

enull です。

注釈

コレクションで返される各文字列は、 に含まれる eデリゲートと互換性のあるシグネチャを持つメソッドのメソッド名です。 GetCompatibleMethods は、互換性のある名前がない場合は空のコレクションを返す必要があります。

適用対象

こちらもご覧ください