共用方式為


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

要附加的屬性字串。

屬性

適用於