NSMutableAttributedStringKitAdditions.FixAttributesInRange Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Nettoie les incohérences qui peuvent s’accumuler sur de nombreuses modifications.
[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
Paramètres
Instance sur laquelle cette méthode fonctionne.
- range
- NSRange
- Attributs
Remarques
Après les modifications, NSMutableAttributedStrings peut accumuler des incohérences. Par exemple, les styles de paragraphe doivent s’appliquer à des paragraphes entiers, des scripts peuvent être affectés à des polices qui les prennent en charge, et la suppression des caractères de pièce jointe nécessite la libération des objets de pièce jointe correspondants. Cette méthode effectue le nettoyage nécessaire.