Partager via


NSMutableAttributedString.Append Méthode

Définition

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

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

S’applique à