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
为空引用(在 Visual Basic 中为 Nothing
)。