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
| Name | Description |
|---|---|
| SaveDocument(NSObject) | |
| SaveDocument(NSObject, Selector, IntPtr) |
SaveDocument(NSObject)
[Foundation.Export("saveDocument:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SaveDocument(Foundation.NSObject? sender);
[<Foundation.Export("saveDocument:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SaveDocument(Foundation.NSObject? delegateObject, ObjCRuntime.Selector? didSaveSelector, IntPtr contextInfo);
[<Foundation.Export("saveDocumentWithDelegate:didSaveSelector:contextInfo:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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