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 は、互換性のある名前がない場合は空のコレクションを返す必要があります。

適用対象

こちらもご覧ください