NSAttributedString.GetFileWrapperFromRange Method

Definition

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
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

Applies to