UIViewController.NavigationController 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.
L’ancêtre le plus proche UINavigationController
public virtual UIKit.UINavigationController NavigationController { [Foundation.Export("navigationController", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.NavigationController : UIKit.UINavigationController
Valeur de propriété
La valeur par défaut est null
.
- Attributs
Remarques
Cette fonction monte dans la hiérarchie des ancêtres (via ParentViewController) jusqu’à ce qu’elle rencontre un UINavigationController ou se termine sans en trouver un. Elle retourne le UINavigationController s’il existe, null
sinon.