NSApplication.RestoreWindow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This method does nothing.
[System.Obsolete("This method does nothing.")]
public static void RestoreWindow (string identifier, Foundation.NSCoder state, AppKit.NSWindowCompletionHandler onCompletion);
static member RestoreWindow : string * Foundation.NSCoder * AppKit.NSWindowCompletionHandler -> unit
Parameters
- identifier
- String
- state
- NSCoder
- onCompletion
- NSWindowCompletionHandler
- Attributes