Partager via


Layout.Insert(Int32, IView) Méthode

Définition

Insère une vue enfant à l’index spécifié.

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)

Paramètres

index
Int32

Index auquel spécifier la vue enfant.

child
IView

Affichage enfant à insérer.

Implémente

S’applique à