指定したイベントと互換性のあるメソッド シグネチャを持つイベント ハンドラ メソッドのコレクションを取得します。
名前空間: System.ComponentModel.Design
アセンブリ: System (system.dll 内)
構文
'宣言
Function GetCompatibleMethods ( _
e As EventDescriptor _
) As ICollection
'使用
Dim instance As IEventBindingService
Dim e As EventDescriptor
Dim returnValue As ICollection
returnValue = instance.GetCompatibleMethods(e)
ICollection GetCompatibleMethods (
EventDescriptor e
)
ICollection^ GetCompatibleMethods (
EventDescriptor^ e
)
ICollection GetCompatibleMethods (
EventDescriptor e
)
function GetCompatibleMethods (
e : EventDescriptor
) : ICollection
パラメータ
- e
互換性のあるイベント ハンドラ メソッドを取得する対象のイベント。
戻り値
文字列のコレクション。
解説
コレクション内の各文字列は、指定したイベントと互換性のあるメソッド シグネチャを持つメソッドの名前です。
プラットフォーム
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 2.0、1.1、1.0
参照
関連項目
IEventBindingService インターフェイス
IEventBindingService メンバ
System.ComponentModel.Design 名前空間