Share via


UINavigationController.ViewControllers Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIViewController[]? ViewControllers { [Foundation.Export("viewControllers", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setViewControllers:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("viewControllers", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setViewControllers:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.ViewControllers : UIKit.UIViewController[] with get, set

Property Value

Attributes

Applies to