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