NSAttributedString.GetRange Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetRange(NSTextBlock, nuint) | |
GetRange(NSTextList, nuint) | |
GetRange(NSTextTable, nuint) |
GetRange(NSTextBlock, nuint)
[Foundation.Export("rangeOfTextBlock:atIndex:")]
public virtual Foundation.NSRange GetRange (AppKit.NSTextBlock textBlock, nuint index);
abstract member GetRange : AppKit.NSTextBlock * nuint -> Foundation.NSRange
override this.GetRange : AppKit.NSTextBlock * nuint -> Foundation.NSRange
Parámetros
- textBlock
- NSTextBlock
- index
- System.System.UIntPtr System.unativeint
Devoluciones
- Atributos
Se aplica a
GetRange(NSTextList, nuint)
[Foundation.Export("rangeOfTextList:atIndex:")]
public virtual Foundation.NSRange GetRange (AppKit.NSTextList textList, nuint index);
abstract member GetRange : AppKit.NSTextList * nuint -> Foundation.NSRange
override this.GetRange : AppKit.NSTextList * nuint -> Foundation.NSRange
Parámetros
- textList
- NSTextList
- index
- System.System.UIntPtr System.unativeint
Devoluciones
- Atributos
Se aplica a
GetRange(NSTextTable, nuint)
[Foundation.Export("rangeOfTextTable:atIndex:")]
public virtual Foundation.NSRange GetRange (AppKit.NSTextTable textTable, nuint index);
abstract member GetRange : AppKit.NSTextTable * nuint -> Foundation.NSRange
override this.GetRange : AppKit.NSTextTable * nuint -> Foundation.NSRange
Parámetros
- textTable
- NSTextTable
- index
- System.System.UIntPtr System.unativeint
Devoluciones
- Atributos