NSDocumentController.OpenDocument 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
傳回
- 屬性