NSMutableAttributedString.ReadFromUrl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReadFromUrl(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary<NSString,NSObject>, NSError) | |
ReadFromUrl(NSUrl, NSDictionary<NSString,NSObject>, NSDictionary<NSString,NSObject>, NSError) |
ReadFromUrl(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary<NSString,NSObject>, NSError)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public bool ReadFromUrl (Foundation.NSUrl url, Foundation.NSAttributedStringDocumentAttributes options, ref Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> returnOptions, ref Foundation.NSError error);
member this.ReadFromUrl : Foundation.NSUrl * Foundation.NSAttributedStringDocumentAttributes * * -> bool
Parameters
- url
- NSUrl
- returnOptions
- NSDictionary<NSString,NSObject>
- error
- NSError
Returns
- Attributes
Applies to
ReadFromUrl(NSUrl, NSDictionary<NSString,NSObject>, NSDictionary<NSString,NSObject>, NSError)
[Foundation.Export("readFromURL:options:documentAttributes:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ReadFromUrl (Foundation.NSUrl url, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options, ref Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> returnOptions, ref Foundation.NSError error);
abstract member ReadFromUrl : Foundation.NSUrl * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * * -> bool
override this.ReadFromUrl : Foundation.NSUrl * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * * -> bool
Parameters
- url
- NSUrl
- options
- NSDictionary<NSString,NSObject>
- returnOptions
- NSDictionary<NSString,NSObject>
- error
- NSError
Returns
- Attributes