Sdílet prostřednictvím


Layout.Insert(Int32, IView) Metoda

Definice

Vloží podřízené zobrazení do zadaného indexu.

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)

Parametry

index
Int32

Index, ve kterém chcete zadat podřízené zobrazení.

child
IView

Podřízené zobrazení, které chcete vložit.

Implementuje

Platí pro