NSMutableAttributedString.ReadFromData 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
ReadFromData(NSData, NSAttributedStringDocumentAttributes, NSDictionary, NSError) | |
ReadFromData(NSData, NSDictionary, NSDictionary, NSError) |
ReadFromData(NSData, NSAttributedStringDocumentAttributes, NSDictionary, NSError)
public bool ReadFromData (Foundation.NSData data, Foundation.NSAttributedStringDocumentAttributes options, ref Foundation.NSDictionary returnOptions, ref Foundation.NSError error);
member this.ReadFromData : Foundation.NSData * Foundation.NSAttributedStringDocumentAttributes * * -> bool
Parameters
- data
- NSData
- returnOptions
- NSDictionary
- error
- NSError
Returns
Applies to
ReadFromData(NSData, NSDictionary, NSDictionary, NSError)
[Foundation.Export("readFromData:options:documentAttributes:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ReadFromData (Foundation.NSData data, Foundation.NSDictionary options, ref Foundation.NSDictionary returnOptions, ref Foundation.NSError error);
abstract member ReadFromData : Foundation.NSData * Foundation.NSDictionary * * -> bool
override this.ReadFromData : Foundation.NSData * Foundation.NSDictionary * * -> bool
Parameters
- data
- NSData
- options
- NSDictionary
- returnOptions
- NSDictionary
- error
- NSError
Returns
- Attributes