Returns an attributed string derived from the given range in the receiver's text storage. (required)
Original signature is '- (NSAttributedString *)attributedSubstringForProposedRange:(NSRange)aRange actualRange:(NSRangePointer)actualRange'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual NSAttributedString AttributedSubstringForProposedRangeActualRange( NSRange aRange, ref NSRange actualRange )
Public Overridable Function AttributedSubstringForProposedRangeActualRange ( _ aRange As NSRange, _ ByRef actualRange As NSRange _ ) As NSAttributedString
public: virtual NSAttributedString^ AttributedSubstringForProposedRangeActualRange( NSRange aRange, NSRange% actualRange )

The string created from the given range. May return nil.

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