NSAttributedString.GetRange 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
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
Retornos
- Atributos
Aplica-se 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
Retornos
- Atributos
Aplica-se 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
Retornos
- Atributos