共用方式為


NSApplicationDelegate.DecodedRestorableState(NSApplication, NSCoder) 方法

定義

[Foundation.Export("application:didDecodeRestorableState:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DecodedRestorableState (AppKit.NSApplication app, Foundation.NSCoder state);
abstract member DecodedRestorableState : AppKit.NSApplication * Foundation.NSCoder -> unit
override this.DecodedRestorableState : AppKit.NSApplication * Foundation.NSCoder -> unit

參數

state
NSCoder
屬性

適用於