NSAttributedString.GetDataFromRange 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
GetDataFromRange(NSRange, NSAttributedStringDocumentAttributes, NSError) | |
GetDataFromRange(NSRange, NSDictionary, NSError) |
d|To be added. |
GetDataFromRange(NSRange, NSAttributedStringDocumentAttributes, NSError)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public Foundation.NSData GetDataFromRange (Foundation.NSRange range, Foundation.NSAttributedStringDocumentAttributes documentAttributes, ref Foundation.NSError error);
member this.GetDataFromRange : Foundation.NSRange * Foundation.NSAttributedStringDocumentAttributes * -> Foundation.NSData
Parameters
- range
- NSRange
- documentAttributes
- NSAttributedStringDocumentAttributes
- error
- NSError
Returns
- Attributes
Applies to
GetDataFromRange(NSRange, NSDictionary, NSError)
d|To be added.
[Foundation.Export("dataFromRange:documentAttributes:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSData GetDataFromRange (Foundation.NSRange range, Foundation.NSDictionary attributes, ref Foundation.NSError error);
abstract member GetDataFromRange : Foundation.NSRange * Foundation.NSDictionary * -> Foundation.NSData
override this.GetDataFromRange : Foundation.NSRange * Foundation.NSDictionary * -> Foundation.NSData
Parameters
- range
- NSRange
- attributes
- NSDictionary
- error
- NSError
Returns
- Attributes