NSDocumentController.OpenDocument 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.
Overloads
OpenDocument(NSObject) | |
OpenDocument(NSUrl, Boolean, OpenDocumentCompletionHandler) | |
OpenDocument(NSUrl, Boolean, NSError) |
OpenDocument(NSObject)
[Foundation.Export("openDocument:")]
public virtual void OpenDocument (Foundation.NSObject sender);
abstract member OpenDocument : Foundation.NSObject -> unit
override this.OpenDocument : Foundation.NSObject -> unit
Parameters
- sender
- NSObject
- Attributes
Applies to
OpenDocument(NSUrl, Boolean, OpenDocumentCompletionHandler)
[Foundation.Export("openDocumentWithContentsOfURL:display:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void OpenDocument (Foundation.NSUrl url, bool display, AppKit.OpenDocumentCompletionHandler completionHandler);
abstract member OpenDocument : Foundation.NSUrl * bool * AppKit.OpenDocumentCompletionHandler -> unit
override this.OpenDocument : Foundation.NSUrl * bool * AppKit.OpenDocumentCompletionHandler -> unit
Parameters
- url
- NSUrl
- display
- Boolean
- completionHandler
- OpenDocumentCompletionHandler
- Attributes
Applies to
OpenDocument(NSUrl, Boolean, NSError)
[Foundation.Export("openDocumentWithContentsOfURL:display:error:")]
public virtual Foundation.NSObject OpenDocument (Foundation.NSUrl url, bool displayDocument, out Foundation.NSError outError);
abstract member OpenDocument : Foundation.NSUrl * bool * -> Foundation.NSObject
override this.OpenDocument : Foundation.NSUrl * bool * -> Foundation.NSObject
Parameters
- url
- NSUrl
- displayDocument
- Boolean
- outError
- NSError
Returns
- Attributes