EventInfo.RemoveMethod プロパティ

定義

非パブリック メソッドを含む、イベントのメソッドを削除するための 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呼び出すことと同じです。

適用対象