UITextChecker.RangeOfMisspelledWordInString 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.
Obtém o NSRange da primeira palavra com ortografia incorreta em .
[Foundation.Export("rangeOfMisspelledWordInString:range:startingAt:wrap:language:")]
public virtual Foundation.NSRange RangeOfMisspelledWordInString (string stringToCheck, Foundation.NSRange range, nint startingOffset, bool wrapFlag, string language);
abstract member RangeOfMisspelledWordInString : string * Foundation.NSRange * nint * bool * string -> Foundation.NSRange
override this.RangeOfMisspelledWordInString : string * Foundation.NSRange * nint * bool * string -> Foundation.NSRange
Parâmetros
- stringToCheck
- String
- range
- NSRange
- startingOffset
- System.System.IntPtr System.nativeint
- wrapFlag
- Boolean
- language
- String
Retornos
- Atributos