WebBrowser.AttachInterfaces(Object) 方法

定义

创建基础 ActiveX 控件时由该控件调用。

protected:
 override void AttachInterfaces(System::Object ^ nativeActiveXObject);
protected override void AttachInterfaces (object nativeActiveXObject);
override this.AttachInterfaces : obj -> unit
Protected Overrides Sub AttachInterfaces (nativeActiveXObject As Object)

参数

nativeActiveXObject
Object

表示基础 ActiveX 控件的对象。

继承者说明

派生类可以重写此方法,将基础ActiveX对象强制转换为适当的接口,并将其缓存在成员变量中。 然后,必须在方法的 DetachInterfaces() 重写中释放此值。

适用于