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