Element.InsertLogicalChild(Int32, Element) Method

Definition

Inserts an Element to the logical children at the specified index.

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)

Parameters

index
Int32

The zero-based index at which Element should be inserted.

element
Element

The Element to insert into the logical children.

Applies to