NSTextStorageEditActions 枚举

定义

标记枚举,其值由文本工具包用来指定操作是否与属性和/或字符相关。

此枚举支持其成员值的按位组合。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum NSTextStorageEditActions
type NSTextStorageEditActions = 
继承
NSTextStorageEditActions
属性

字段

Attributes 1

修改了属性。

Characters 2

修改了字符。

适用于