Adds the characters and attributes of a given attributed string to the end of the receiver.
Original signature is '- (void)appendAttributedString:(NSAttributedString *)attributedString'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void AppendAttributedString( NSAttributedString attributedString )
Public Overridable Sub AppendAttributedString ( _ attributedString As NSAttributedString _ )
public: virtual void AppendAttributedString( NSAttributedString^ attributedString )

- attributedString (NSAttributedString)
- The string whose characters and attributes are added.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)