WebBrowserBase.DetachInterfaces 메서드

정의

내부 ActiveX 컨트롤이 삭제될 때 컨트롤에서 호출됩니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

protected:
 virtual void DetachInterfaces();
protected virtual void DetachInterfaces ();
abstract member DetachInterfaces : unit -> unit
override this.DetachInterfaces : unit -> unit
Protected Overridable Sub DetachInterfaces ()

설명

이 구현은 아무 작업도 수행하지 않습니다.

상속자 참고

파생 클래스는 메서드 재정의에서 캐시된 기본 ActiveX 개체에 대한 참조를 해제하도록 이 메서드를 재정의 AttachInterfaces(Object) 할 수 있습니다.

적용 대상