Returns the syntax-highlighted source code of the receiver if the receiver has been compiled and its source code is available.
Original signature is '- (NSAttributedString *)richTextSource'
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
public virtual NSAttributedString RichTextSource { get; }
Public Overridable ReadOnly Property RichTextSource As NSAttributedString Get
public: virtual property NSAttributedString^ RichTextSource { NSAttributedString^ get (); }

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