TypeDelegator.GetEvent(String, BindingFlags) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定的事件。
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
。
備註
如果 bindingAttr
為 BindingFlags,IgnoreCase
則會忽略 參數的大小 name
寫。