NSTextView.GetAttributedSubstring 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
GetAttributedSubstring(NSRange) | |
GetAttributedSubstring(NSRange, NSRange) |
GetAttributedSubstring(NSRange)
[Foundation.Export("attributedSubstringFromRange:")]
public virtual Foundation.NSAttributedString GetAttributedSubstring (Foundation.NSRange range);
abstract member GetAttributedSubstring : Foundation.NSRange -> Foundation.NSAttributedString
override this.GetAttributedSubstring : Foundation.NSRange -> Foundation.NSAttributedString
Parâmetros
- range
- NSRange
Retornos
Implementações
- Atributos
Aplica-se a
GetAttributedSubstring(NSRange, NSRange)
[Foundation.Export("attributedSubstringForProposedRange:actualRange:")]
public virtual Foundation.NSAttributedString GetAttributedSubstring (Foundation.NSRange proposedRange, out Foundation.NSRange actualRange);
abstract member GetAttributedSubstring : Foundation.NSRange * -> Foundation.NSAttributedString
override this.GetAttributedSubstring : Foundation.NSRange * -> Foundation.NSAttributedString
Parâmetros
- proposedRange
- NSRange
- actualRange
- NSRange
Retornos
- Atributos