Compartir a través de


NSAttributedString.GetDataFromRange Método

Definición

Sobrecargas

GetDataFromRange(NSRange, NSAttributedStringDocumentAttributes, NSError)
GetDataFromRange(NSRange, NSDictionary, NSError)

d| Agregar.

GetDataFromRange(NSRange, NSAttributedStringDocumentAttributes, NSError)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public Foundation.NSData GetDataFromRange (Foundation.NSRange range, Foundation.NSAttributedStringDocumentAttributes documentAttributes, ref Foundation.NSError error);
member this.GetDataFromRange : Foundation.NSRange * Foundation.NSAttributedStringDocumentAttributes *  -> Foundation.NSData

Parámetros

range
NSRange
error
NSError

Devoluciones

Atributos

Se aplica a

GetDataFromRange(NSRange, NSDictionary, NSError)

d| Agregar.

[Foundation.Export("dataFromRange:documentAttributes:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSData GetDataFromRange (Foundation.NSRange range, Foundation.NSDictionary attributes, ref Foundation.NSError error);
abstract member GetDataFromRange : Foundation.NSRange * Foundation.NSDictionary *  -> Foundation.NSData
override this.GetDataFromRange : Foundation.NSRange * Foundation.NSDictionary *  -> Foundation.NSData

Parámetros

range
NSRange
attributes
NSDictionary
error
NSError

Devoluciones

Atributos

Se aplica a