Поделиться через


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

Добавляемая строка с атрибутами.

Атрибуты

Применяется к