次の方法で共有


NSDocumentController.OpenDocument メソッド

定義

オーバーロード

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

パラメーター

sender
NSObject
属性

適用対象

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

パラメーター

url
NSUrl
display
Boolean
completionHandler
OpenDocumentCompletionHandler
属性

適用対象

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

パラメーター

url
NSUrl
displayDocument
Boolean
outError
NSError

戻り値

属性

適用対象