AxHost.AttachInterfaces 메서드

정의

파생 클래스에서 재정의된 경우 내부 ActiveX 컨트롤에 인터페이스를 첨부합니다.

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

상속자 참고

확장 AxHost 되는 클래스는 이 메서드를 재정의해야 합니다. 이 메서드의 재정의된 버전 내에서 확장 클래스는 자체 인터페이스를 검색하기 위해 호출 GetOcx() 해야 합니다. 대부분의 경우 이 메서드를 GetOcx() 호출하기 전에 메서드를 호출하면 안 됩니다.

적용 대상

추가 정보