NSMutableAttributedString.Append 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.
Overloads
Append(NSAttributedString, Object[]) | |
Append(NSAttributedString) |
Appends an attributed string to this string. |
Append(NSAttributedString, Object[])
public void Append (Foundation.NSAttributedString first, params object[] rest);
member this.Append : Foundation.NSAttributedString * obj[] -> unit
Parameters
- first
- NSAttributedString
- rest
- Object[]
Applies to
Append(NSAttributedString)
Appends an attributed string to this string.
[Foundation.Export("appendAttributedString:")]
public virtual void Append (Foundation.NSAttributedString attrString);
abstract member Append : Foundation.NSAttributedString -> unit
override this.Append : Foundation.NSAttributedString -> unit
Parameters
- attrString
- NSAttributedString
The attributed string to append.
- Attributes