次の方法で共有


IEventBindingService.GetEventProperty メソッド

単一のイベント記述子をプロパティ記述子に変換します。

名前空間: System.ComponentModel.Design
アセンブリ: System (system.dll 内)

構文

'宣言
Function GetEventProperty ( _
    e As EventDescriptor _
) As PropertyDescriptor
'使用
Dim instance As IEventBindingService
Dim e As EventDescriptor
Dim returnValue As PropertyDescriptor

returnValue = instance.GetEventProperty(e)
PropertyDescriptor GetEventProperty (
    EventDescriptor e
)
PropertyDescriptor^ GetEventProperty (
    EventDescriptor^ e
)
PropertyDescriptor GetEventProperty (
    EventDescriptor e
)
function GetEventProperty (
    e : EventDescriptor
) : PropertyDescriptor

パラメータ

  • e
    変換対象のイベント。

戻り値

イベントを説明する PropertyDescriptor

解説

返される PropertyDescriptor は、文字列の PropertyType を持ちます。

プラットフォーム

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 名前空間