IUIUserActivityRestoring 接口

定义

[Foundation.Protocol(Name="UIUserActivityRestoring", WrapperType=typeof(UIKit.UIUserActivityRestoringWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIUserActivityRestoring : IDisposable, ObjCRuntime.INativeObject
type IUIUserActivityRestoring = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

方法

RestoreUserActivityState(NSUserActivity)

适用于