NSAttributedString.GetFileWrapperFromRange 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- range
- NSRange
- documentAttributes
- NSAttributedStringDocumentAttributes
- error
- NSError
返回
- 属性
适用于
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
参数
- range
- NSRange
- attributes
- NSDictionary
- error
- NSError
返回
- 属性