NSTextStorageEditActions Enum
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.
A flagging enumeration whose values are used by Text Kit to specify whether actions pertain to attributes, characters, or both.
This enumeration supports a bitwise combination of its member values.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum NSTextStorageEditActions
type NSTextStorageEditActions =
- Inheritance
-
NSTextStorageEditActions
- Attributes
Fields
Name | Value | Description |
---|---|---|
Attributes | 1 | Attributes were modified. |
Characters | 2 | Characters were modified. |