UIDocument.EnableEditing 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.
When overridden, allows app developers to re-enable editing when it is safe to make changes to this UIDocument.
[Foundation.Export("enableEditing")]
public virtual void EnableEditing ();
abstract member EnableEditing : unit -> unit
override this.EnableEditing : unit -> unit
- Attributes
Remarks
(More documentation for this node is coming)
This can be used from a background thread.