EventInfo.RaiseMethod 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得引發事件時所呼叫的方法,包括非公用方法。
public:
virtual property System::Reflection::MethodInfo ^ RaiseMethod { System::Reflection::MethodInfo ^ get(); };
public virtual System.Reflection.MethodInfo RaiseMethod { get; }
public virtual System.Reflection.MethodInfo? RaiseMethod { get; }
member this.RaiseMethod : System.Reflection.MethodInfo
Public Overridable ReadOnly Property RaiseMethod As MethodInfo
屬性值
引發事件時所呼叫的方法。
備註
這個屬性相當於使用 值true
呼叫 GetRaiseMethod 。