UIViewController.ChildViewControllers Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tableau de UIViewControllers qui sont gérés par ce UIViewController.
public virtual UIKit.UIViewController[] ChildViewControllers { [Foundation.Export("childViewControllers")] get; }
member this.ChildViewControllers : UIKit.UIViewController[]
Valeur de propriété
Tableau de UIViewControllers.
- Attributs
Remarques
Certains UIViewControllers (par exemple, UINavigationController) sont principalement concernés par la manipulation des contrôleurs enfants. Ces contrôleurs sont souvent appelés « Container View-Controllers ».
Cette propriété n’inclut UIViewControllerpas s « présenté » à l’aide de PresentViewController(UIViewController, Boolean, Action), PresentModalViewController(UIViewController, Boolean)ou PresentMoviePlayerViewController(MPMoviePlayerViewController).