UIViewController.NavigationController 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
最近的上级 UINavigationController
public virtual UIKit.UINavigationController NavigationController { [Foundation.Export("navigationController", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.NavigationController : UIKit.UINavigationController
属性值
默认值为 null
。
- 属性
注解
此函数通过 ParentViewController) 向上移动上级层次结构 (,直到遇到 UINavigationController 或完成,但找不到。 如果存在,则返回 UINavigationController , null
否则返回 。