Element.InsertLogicalChild(Int32, Element) Metoda

Definicja

Wstawia element Element do elementów podrzędnych logicznych w określonym indeksie.

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)

Parametry

index
Int32

Liczony od elementu zerowego indeks, w którym powinien zostać wstawiony parametr Element.

element
Element

Element Element do wstawiania do elementów podrzędnych logicznych.

Dotyczy