EventInfo.AddMethod プロパティ

定義

非パブリック メソッドを含む、イベントの MethodInfo メソッドの AddEventHandler(Object, Delegate) オブジェクトを取得します。

public:
 virtual property System::Reflection::MethodInfo ^ AddMethod { System::Reflection::MethodInfo ^ get(); };
public virtual System.Reflection.MethodInfo AddMethod { get; }
public virtual System.Reflection.MethodInfo? AddMethod { get; }
member this.AddMethod : System.Reflection.MethodInfo
Public Overridable ReadOnly Property AddMethod As MethodInfo

プロパティ値

MethodInfo

MethodInfo メソッドの AddEventHandler(Object, Delegate) オブジェクト。

注釈

このプロパティは、 GetAddMethodtrueが .

適用対象