次の方法で共有


NSTextStorageEditActions 列挙型

定義

アクションが属性、文字、またはその両方に関連するかどうかを指定するために Text Kit によって値が使用されるフラグ列挙体。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

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

フィールド

Attributes 1

属性が変更されました。

Characters 2

文字が変更されました。

適用対象