Edit

Share via


NSDocumentController.ReopenDocumentForUrl Method

Definition

[Foundation.Export("reopenDocumentForURL:withContentsOfURL:display:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ReopenDocumentForUrl (Foundation.NSUrl url, Foundation.NSUrl contentsUrl, bool displayDocument, AppKit.OpenDocumentCompletionHandler completionHandler);
abstract member ReopenDocumentForUrl : Foundation.NSUrl * Foundation.NSUrl * bool * AppKit.OpenDocumentCompletionHandler -> unit
override this.ReopenDocumentForUrl : Foundation.NSUrl * Foundation.NSUrl * bool * AppKit.OpenDocumentCompletionHandler -> unit

Parameters

url
NSUrl
contentsUrl
NSUrl
displayDocument
Boolean
completionHandler
OpenDocumentCompletionHandler
Attributes

Applies to