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

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

- __target (NSMutableAttributedString)
- The target instance.
- url (NSURL)
- MISSING
- options (NSDictionary)
- MISSING
- documentAttributes (NSDictionary%)
- MISSING

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

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)