WebBrowser.DetachInterfaces 方法

定義

捨棄基礎 ActiveX 控制項時,由控制項呼叫。

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

給繼承者的注意事項

衍生類別可以覆寫這個方法,以釋放在 方法覆寫 AttachInterfaces(Object) 中快取之基礎 ActiveX 物件的參考。

適用於