WebBrowser.DetachInterfaces 方法

定义

放弃基础 ActiveX 控件时由该控件调用。

protected:
 override void DetachInterfaces();
protected override void DetachInterfaces ();
override this.DetachInterfaces : unit -> unit
Protected Overrides Sub DetachInterfaces ()

继承者说明

派生类可以重写此方法,以释放对在方法替代AttachInterfaces(Object)中缓存的基础ActiveX对象的引用。

适用于