NSMutableAttributedString.Append Method

Definition

Overloads

Name Description
Append(NSAttributedString, Object[])

Appends an attributed string and additional objects to the end of the receiver.

Append(NSAttributedString)

Append(NSAttributedString, Object[])

Appends an attributed string and additional objects to the end of the receiver.

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

Parameters

first
NSAttributedString

The first attributed string to append.

rest
Object[]

Additional objects to append. Can be NSAttributedString, String, or other objects whose ToString() method will be called.

Applies to

Append(NSAttributedString)

[Foundation.Export("appendAttributedString:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Append(Foundation.NSAttributedString attrString);
[<Foundation.Export("appendAttributedString:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Append : Foundation.NSAttributedString -> unit
override this.Append : Foundation.NSAttributedString -> unit

Parameters

attrString
NSAttributedString
Attributes

Applies to