NSDocument.RestoreDocumentWindow Method

Definition

[Foundation.Export("restoreDocumentWindowWithIdentifier:state:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RestoreDocumentWindow (string identifier, Foundation.NSCoder state, AppKit.NSWindowCompletionHandler completionHandler);
abstract member RestoreDocumentWindow : string * Foundation.NSCoder * AppKit.NSWindowCompletionHandler -> unit
override this.RestoreDocumentWindow : string * Foundation.NSCoder * AppKit.NSWindowCompletionHandler -> unit

Parameters

identifier
String
state
NSCoder
completionHandler
NSWindowCompletionHandler
Attributes

Applies to