MonobjcMonobjc Documented Class Library
InsertAttributedStringAtIndex Method (attributedString, index)
NamespacesMonobjc.FoundationNSMutableAttributedStringInsertAttributedStringAtIndex(NSAttributedString, NSUInteger)

Inserts the characters and attributes of the given attributed string into the receiver at the given index.

Original signature is '- (void)insertAttributedString:(NSAttributedString *)attributedString atIndex:(NSUInteger)index'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InsertAttributedStringAtIndex(
	NSAttributedString attributedString,
	NSUInteger index
)
Public Overridable Sub InsertAttributedStringAtIndex ( _
	attributedString As NSAttributedString, _
	index As NSUInteger _
)
public:
virtual void InsertAttributedStringAtIndex(
	NSAttributedString^ attributedString, 
	NSUInteger index
)
Parameters
attributedString (NSAttributedString)
The string whose characters and attributes are inserted.
index (NSUInteger)
The index at which the characters and attributes are inserted.
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)