Share via


UIWindow.RootViewController Property

Definition

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

Property Value

Attributes

Applies to