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