IUIViewControllerRestoration Interface

Definition

Interface that, together with the T:UIKit.UIViewControllerRestoration_Extensions class, comprise the UIViewControllerRestoration protocol.

[Foundation.Protocol(Name="UIViewControllerRestoration", WrapperType=typeof(UIKit.UIViewControllerRestorationWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIViewControllerRestoration : IDisposable, ObjCRuntime.INativeObject
type IUIViewControllerRestoration = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Applies to