다음을 통해 공유


Layout.Insert(Int32, IView) 메서드

정의

지정된 인덱스에 자식 뷰를 삽입합니다.

public:
 virtual void Insert(int index, Microsoft::Maui::IView ^ child);
public void Insert (int index, Microsoft.Maui.IView child);
abstract member Insert : int * Microsoft.Maui.IView -> unit
override this.Insert : int * Microsoft.Maui.IView -> unit
Public Sub Insert (index As Integer, child As IView)

매개 변수

index
Int32

자식 뷰를 지정할 인덱스입니다.

child
IView

삽입할 자식 뷰입니다.

구현

적용 대상