EventBindingService.GetCompatibleMethods(EventDescriptor) メソッド

定義

互換性のあるメソッドの名前のコレクションを返します。

protected:
 abstract System::Collections::ICollection ^ GetCompatibleMethods(System::ComponentModel::EventDescriptor ^ e);
protected abstract System.Collections.ICollection GetCompatibleMethods (System.ComponentModel.EventDescriptor e);
abstract member GetCompatibleMethods : System.ComponentModel.EventDescriptor -> System.Collections.ICollection
Protected MustOverride Function GetCompatibleMethods (e As EventDescriptor) As ICollection

パラメーター

e
EventDescriptor

互換性のあるデリゲートを格納する EventDescriptor

戻り値

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

例外

enull です。

注釈

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

適用対象

こちらもご覧ください