AxHost.AttachInterfaces 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中替代时,将接口附加至基础 ActiveX 控件。
protected:
virtual void AttachInterfaces();
protected virtual void AttachInterfaces ();
abstract member AttachInterfaces : unit -> unit
override this.AttachInterfaces : unit -> unit
Protected Overridable Sub AttachInterfaces ()
继承者说明
扩展 AxHost 的类应重写此方法。 在此方法的重写版本中,扩展类应调用 GetOcx() 以检索其自己的接口。 在大多数情况下,不应在 GetOcx() 调用此方法之前调用 方法。