TypeDelegator.GetEvent(String, BindingFlags) 方法

定義

傳回指定的事件。

public:
 override System::Reflection::EventInfo ^ GetEvent(System::String ^ name, System::Reflection::BindingFlags bindingAttr);
public override System.Reflection.EventInfo? GetEvent (string name, System.Reflection.BindingFlags bindingAttr);
public override System.Reflection.EventInfo GetEvent (string name, System.Reflection.BindingFlags bindingAttr);
override this.GetEvent : string * System.Reflection.BindingFlags -> System.Reflection.EventInfo
Public Overrides Function GetEvent (name As String, bindingAttr As BindingFlags) As EventInfo

參數

name
String

要取得的事件名稱。

bindingAttr
BindingFlags

位元遮罩,會影響搜尋的進行方式。 這個值是零或來自 BindingFlags 多個位元旗標的組合。

傳回

EventInfo 物件,表示這個型別以指定名稱宣告或繼承的事件。 如果找不到這類事件,則此方法會傳回 null

例外狀況

name 參數為 null

備註

如果 bindingAttrBindingFlagsIgnoreCase則會忽略 參數的大小 name 寫。

適用於