NSAttributedString.GetFileWrapperFromRange Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- range
- NSRange
- documentAttributes
- NSAttributedStringDocumentAttributes
- error
- NSError
Retornos
- Atributos
Aplica-se a
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
Parâmetros
- range
- NSRange
- attributes
- NSDictionary
- error
- NSError
Retornos
- Atributos