NSMutableAttributedString.SetString(NSAttributedString) Method

Definition

Sets the contents of this NSMutableAttributedString to the value specified.

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

Parameters

attrString
NSAttributedString

The new attributed string to set the contents to

Attributes

Applies to