NSDocument.SaveDocument 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
SaveDocument(NSObject) | |
SaveDocument(NSObject, Selector, IntPtr) |
SaveDocument(NSObject)
[Foundation.Export("saveDocument:")]
public virtual void SaveDocument (Foundation.NSObject sender);
abstract member SaveDocument : Foundation.NSObject -> unit
override this.SaveDocument : Foundation.NSObject -> unit
Parameters
- sender
- NSObject
- Attributes
Applies to
SaveDocument(NSObject, Selector, IntPtr)
[Foundation.Export("saveDocumentWithDelegate:didSaveSelector:contextInfo:")]
public virtual void SaveDocument (Foundation.NSObject delegateObject, ObjCRuntime.Selector didSaveSelector, IntPtr contextInfo);
abstract member SaveDocument : Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
override this.SaveDocument : Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
Parameters
- delegateObject
- NSObject
- didSaveSelector
- Selector
- contextInfo
-
IntPtr
nativeint
- Attributes