次の方法で共有


NSWindowDelegate.DidDecodeRestorableState(NSWindow, NSCoder) メソッド

定義

[Foundation.Export("window:didDecodeRestorableState:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidDecodeRestorableState (AppKit.NSWindow window, Foundation.NSCoder coder);
abstract member DidDecodeRestorableState : AppKit.NSWindow * Foundation.NSCoder -> unit
override this.DidDecodeRestorableState : AppKit.NSWindow * Foundation.NSCoder -> unit

パラメーター

window
NSWindow
coder
NSCoder
属性

適用対象