共用方式為


NSMutableAttributedStringKitAdditions.FixAttributesInRange 方法

定義

清除可能會累積于許多編輯的不一致。

[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

參數

This
NSMutableAttributedString

這個方法運作所在的 實例。

range
NSRange
屬性

備註

編輯之後, NSMutableAttributedString 可能會累積不一致的情況。 例如,段落樣式必須套用至整個段落,腳本可能會指派給支援它們的字型,而刪除附件字元需要釋放對應的附件物件。 這個方法會執行必要的清除。

適用於