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() 에서 해제되어야 합니다.

적용 대상