NSMutableAttributedString.EndEditing 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.
Marks the end of changes.
[Foundation.Export("endEditing")]
public virtual void EndEditing ();
abstract member EndEditing : unit -> unit
override this.EndEditing : unit -> unit
- Attributes
Remarks
You should invoke this method after you have made a series of changes to a NSMutableAttributedString to inform the class that you are done making changes and it can perform its internal book keeping. This is called after you called M:Foundation.BeginEditing().