NSMutableAttributedString.SetString(NSAttributedString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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