EventBuilder.SetAddOnMethodCore(MethodBuilder) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中重写时,设置用于订阅此事件的方法。
protected:
abstract void SetAddOnMethodCore(System::Reflection::Emit::MethodBuilder ^ mdBuilder);
protected abstract void SetAddOnMethodCore (System.Reflection.Emit.MethodBuilder mdBuilder);
abstract member SetAddOnMethodCore : System.Reflection.Emit.MethodBuilder -> unit
Protected MustOverride Sub SetAddOnMethodCore (mdBuilder As MethodBuilder)
参数
- mdBuilder
- MethodBuilder
MethodBuilder 对象,表示用于预订该事件的方法。