次の方法で共有


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

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

戻り値

文字列のコレクション。

注釈

コレクション内の各文字列は、指定したイベントと互換性のあるメソッド シグネチャを持つメソッドの名前です。

適用対象