다음을 통해 공유


View.OnFinishInflate 메서드

정의

XML에서 뷰 확장 완료

[Android.Runtime.Register("onFinishInflate", "()V", "GetOnFinishInflateHandler")]
protected virtual void OnFinishInflate ();
[<Android.Runtime.Register("onFinishInflate", "()V", "GetOnFinishInflateHandler")>]
abstract member OnFinishInflate : unit -> unit
override this.OnFinishInflate : unit -> unit
특성

설명

XML에서 뷰 확장 완료 이것은 모든 자식 견해가 추가 된 후 인플레이션의 마지막 단계로 호출됩니다.

하위 클래스가 onFinishInflate를 재정의하더라도 항상 슈퍼 메서드를 호출하여 호출되도록 해야 합니다.

에 대한 android.view.View.onFinishInflate()Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상