NSMutableAttributedString.Append 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.
Surcharges
Append(NSAttributedString, Object[]) | |
Append(NSAttributedString) |
Ajoute une chaîne attribuée à cette chaîne. |
Append(NSAttributedString, Object[])
public void Append (Foundation.NSAttributedString first, params object[] rest);
member this.Append : Foundation.NSAttributedString * obj[] -> unit
Paramètres
- first
- NSAttributedString
- rest
- Object[]
S’applique à
Append(NSAttributedString)
Ajoute une chaîne attribuée à cette chaîne.
[Foundation.Export("appendAttributedString:")]
public virtual void Append (Foundation.NSAttributedString attrString);
abstract member Append : Foundation.NSAttributedString -> unit
override this.Append : Foundation.NSAttributedString -> unit
Paramètres
- attrString
- NSAttributedString
Chaîne attribuée à ajouter.
- Attributs