次の方法で共有


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

追加する属性付き文字列。

属性

適用対象