Freigeben über


NSMutableAttributedString.Append Methode

Definition

Überlädt

Append(NSAttributedString, Object[])
Append(NSAttributedString)

Fügt dieser Zeichenfolge eine attributierte Zeichenfolge an.

Append(NSAttributedString, Object[])

public void Append (Foundation.NSAttributedString first, params object[] rest);
member this.Append : Foundation.NSAttributedString * obj[] -> unit

Parameter

rest
Object[]

Gilt für:

Append(NSAttributedString)

Fügt dieser Zeichenfolge eine attributierte Zeichenfolge an.

[Foundation.Export("appendAttributedString:")]
public virtual void Append (Foundation.NSAttributedString attrString);
abstract member Append : Foundation.NSAttributedString -> unit
override this.Append : Foundation.NSAttributedString -> unit

Parameter

attrString
NSAttributedString

Die zugeordnete Zeichenfolge, die angefügt werden soll.

Attribute

Gilt für: