NSMutableAttributedString.ReadFromFile 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
ReadFromFile(NSUrl, NSDictionary, NSDictionary, NSError) | |
ReadFromFile(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary, NSError) |
Developers should not use this deprecated method. Developers should use 'ReadFromUrl' instead. |
ReadFromFile(NSUrl, NSDictionary, NSDictionary, NSError)
[Foundation.Export("readFromFileURL:options:documentAttributes:error:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ReadFromUrl' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ReadFromFile (Foundation.NSUrl url, Foundation.NSDictionary options, ref Foundation.NSDictionary returnOptions, ref Foundation.NSError error);
abstract member ReadFromFile : Foundation.NSUrl * Foundation.NSDictionary * * -> bool
override this.ReadFromFile : Foundation.NSUrl * Foundation.NSDictionary * * -> bool
Parameters
- url
- NSUrl
- options
- NSDictionary
- returnOptions
- NSDictionary
- error
- NSError
Returns
- Attributes
Applies to
ReadFromFile(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary, NSError)
Developers should not use this deprecated method. Developers should use 'ReadFromUrl' instead.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ReadFromUrl' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public bool ReadFromFile (Foundation.NSUrl url, Foundation.NSAttributedStringDocumentAttributes options, ref Foundation.NSDictionary returnOptions, ref Foundation.NSError error);
member this.ReadFromFile : Foundation.NSUrl * Foundation.NSAttributedStringDocumentAttributes * * -> bool
Parameters
- url
- NSUrl
- returnOptions
- NSDictionary
- error
- NSError
Returns
- Attributes