TypeProvider.GetEventHandlerType(EventInfo) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Typeへの参照を指定して、EventHandlerのEventInfoを取得します。
public:
static Type ^ GetEventHandlerType(System::Reflection::EventInfo ^ eventInfo);
public static Type GetEventHandlerType(System.Reflection.EventInfo eventInfo);
static member GetEventHandlerType : System.Reflection.EventInfo -> Type
Public Shared Function GetEventHandlerType (eventInfo As EventInfo) As Type
パラメーター
- eventInfo
- EventInfo
EventInfo型を取得するEventHandler。
返品
Typeへの参照を指定した、EventHandlerのEventInfo。
例外
eventInfo は null 参照です (Visual Basic Nothing)。