다음을 통해 공유


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

반환

특성

적용 대상