EventBindingService.GetCompatibleMethods(EventDescriptor) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
互換性のあるメソッドの名前のコレクションを返します。
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
パラメーター
互換性のあるデリゲートを含む EventDescriptor 。
返品
互換性のあるメソッドの名前である文字列のコレクション。
例外
e は nullです。
注釈
コレクションで返される各文字列は、シグネチャが eに含まれるデリゲートと互換性があるメソッドのメソッド名です。
GetCompatibleMethods は、互換性のある名前がない場合は空のコレクションを返す必要があります。