UIViewController.NavigationController 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
最接近的上階 UINavigationController
public virtual UIKit.UINavigationController NavigationController { [Foundation.Export("navigationController", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.NavigationController : UIKit.UINavigationController
屬性值
預設值是 null
。
- 屬性
備註
此函式會透過 ParentViewController) 來移動上階階層 (,直到遇到 UINavigationController 或 完成,而不會找到。 如果存在,則會傳回 , null
否則會傳回 UINavigationController 。