Element.InsertLogicalChild(Int32, Element) 메서드

정의

지정된 인덱스의 Element 논리 자식에 를 삽입합니다.

public:
 void InsertLogicalChild(int index, Microsoft::Maui::Controls::Element ^ element);
public void InsertLogicalChild (int index, Microsoft.Maui.Controls.Element element);
member this.InsertLogicalChild : int * Microsoft.Maui.Controls.Element -> unit
Public Sub InsertLogicalChild (index As Integer, element As Element)

매개 변수

index
Int32

Element을 삽입해야 하는 인덱스(0부터 시작)입니다.

element
Element

Element 논리 자식에 삽입할 입니다.

적용 대상