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

適用対象

こちらもご覧ください