Returns a dictionary of text attributes.
Original signature is '- (NSMutableDictionary*) compositionAttributesAtRange:(NSRange)range'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual NSMutableDictionary CompositionAttributesAtRange( NSRange range )
Public Overridable Function CompositionAttributesAtRange ( _ range As NSRange _ ) As NSMutableDictionary
public: virtual NSMutableDictionary^ CompositionAttributesAtRange( NSRange range )

- range (NSRange)
- The range of text whose attributes you want to obtain.

The dictionary of text attributes. The default implementation returns an empty dictionary.

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