NSMutableAttributedString.Append 方法

定义

重载

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

将特性化字符串追加到此字符串。

Append(NSAttributedString, Object[])

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

参数

rest
Object[]

适用于

Append(NSAttributedString)

将特性化字符串追加到此字符串。

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

参数

attrString
NSAttributedString

要追加的属性化字符串。

属性

适用于