NSMutableAttributedStringKitAdditions.FixAttributesInRange 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
清理在多次编辑中累积的不一致。
[Foundation.Export("fixAttributesInRange:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void FixAttributesInRange (this Foundation.NSMutableAttributedString This, Foundation.NSRange range);
static member FixAttributesInRange : Foundation.NSMutableAttributedString * Foundation.NSRange -> unit
参数
此方法操作的实例。
- range
- NSRange
- 属性
注解
编辑后, NSMutableAttributedString可能会累积不一致。 例如,段落样式必须应用于整个段落,脚本可以分配给支持它们的字体,删除附件字符需要释放相应的附件对象。 此方法执行必要的清理。