Sets the contents of receiver from the file at url.
Original signature is '- (BOOL)readFromURL:(NSURL *)url options:(NSDictionary *)opts documentAttributes:(NSDictionary **)dict error:(NSError **)error'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static bool ReadFromURLOptionsDocumentAttributesError( this NSMutableAttributedString __target, NSURL url, NSDictionary opts, out NSDictionary dict, out NSError error )
<ExtensionAttribute> _ Public Shared Function ReadFromURLOptionsDocumentAttributesError ( _ __target As NSMutableAttributedString, _ url As NSURL, _ opts As NSDictionary, _ <OutAttribute> ByRef dict As NSDictionary, _ <OutAttribute> ByRef error As NSError _ ) As Boolean
[ExtensionAttribute] public: static bool ReadFromURLOptionsDocumentAttributesError( NSMutableAttributedString^ __target, NSURL^ url, NSDictionary^ opts, [OutAttribute] NSDictionary^% dict, [OutAttribute] NSError^% error )

- __target (NSMutableAttributedString)
- The target instance.
- url (NSURL)
- MISSING
- opts (NSDictionary)
- MISSING
- dict (NSDictionary%)
- MISSING
- error (NSError%)
- MISSING

[Missing <returns> documentation for "M:Monobjc.AppKit.NSMutableAttributedString_AppKitAdditions.ReadFromURLOptionsDocumentAttributesError(Monobjc.Foundation.NSMutableAttributedString,Monobjc.Foundation.NSURL,Monobjc.Foundation.NSDictionary,Monobjc.Foundation.NSDictionary@,Monobjc.Foundation.NSError@)"]

In Visual Basic and C#, you can call this method as an instance method on any object of type NSMutableAttributedString. When you use instance method syntax to call this method, omit the first parameter.

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