PDEPanel.SaveValues(NSError) 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.
Writes the current values from the panel's UI controls to the permanent store (print settings or page format, depending on the panel type).
[Foundation.Export("saveValuesAndReturnError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool SaveValues(out Foundation.NSError? error);
[<Foundation.Export("saveValuesAndReturnError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SaveValues : NSError -> bool
override this.SaveValues : NSError -> bool
Parameters
Returns
true if the values were saved successfully; otherwise, false.
Implements
- Attributes