NSAttributedString.GetData 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
| GetData(NSRange, NSAttributedStringDocumentAttributes, NSError) | |
| GetData(NSRange, NSDictionary, NSError) | 
GetData(NSRange, NSAttributedStringDocumentAttributes, NSError)
public Foundation.NSData GetData(Foundation.NSRange range, Foundation.NSAttributedStringDocumentAttributes options, out Foundation.NSError error);
	member this.GetData : Foundation.NSRange * Foundation.NSAttributedStringDocumentAttributes *  -> Foundation.NSData
	Parameters
- range
 - NSRange
 
- error
 - NSError
 
Returns
Applies to
GetData(NSRange, NSDictionary, NSError)
[Foundation.Export("dataFromRange:documentAttributes:error:")]
public virtual Foundation.NSData GetData(Foundation.NSRange range, Foundation.NSDictionary options, out Foundation.NSError error);
	abstract member GetData : Foundation.NSRange * Foundation.NSDictionary *  -> Foundation.NSData
override this.GetData : Foundation.NSRange * Foundation.NSDictionary *  -> Foundation.NSData
	Parameters
- range
 - NSRange
 
- options
 - NSDictionary
 
- error
 - NSError
 
Returns
- Attributes