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