Partager via


UIView.AddSubviews(UIView[]) Méthode

Définition

Routine pratique pour ajouter différents affichages à un UIView.

public void AddSubviews (params UIKit.UIView[] views);
member this.AddSubviews : UIKit.UIView[] -> unit

Paramètres

views
UIView[]

Tableau de zéro ou plus UIView.

Remarques

Il s’agit simplement d’une routine pratique qui permet au développeur d’applications d’ajouter un certain nombre de vues en un seul appel.

myView.AddSubviews (label, button, entry, image1, image2);

S’applique à