MonobjcMonobjc Documented Class Library
AppendAttributedString Method (attributedString)
NamespacesMonobjc.FoundationNSMutableAttributedStringAppendAttributedString(NSAttributedString)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AppendAttributedString(
	NSAttributedString attributedString
)
Public Overridable Sub AppendAttributedString ( _
	attributedString As NSAttributedString _
)
public:
virtual void AppendAttributedString(
	NSAttributedString^ attributedString
)
Parameters
attributedString (NSAttributedString)
The string whose characters and attributes are added.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)