ViewGroup.RemoveAllViews 메서드

정의

ViewGroup에서 모든 자식 보기를 제거하려면 이 메서드를 호출합니다.

[Android.Runtime.Register("removeAllViews", "()V", "GetRemoveAllViewsHandler")]
public virtual void RemoveAllViews ();
[<Android.Runtime.Register("removeAllViews", "()V", "GetRemoveAllViewsHandler")>]
abstract member RemoveAllViews : unit -> unit
override this.RemoveAllViews : unit -> unit
특성

설명

ViewGroup에서 모든 자식 보기를 제거하려면 이 메서드를 호출합니다.

<strong>Note:</strong>는 , #onDraw(android.graphics.Canvas)#dispatchDraw(android.graphics.Canvas) 또는 관련 메서드에서 #draw(android.graphics.Canvas)이 메서드를 호출하지 않습니다.

에 대한 Java 설명서입니다 android.view.ViewGroup.removeAllViews().

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상