UITextChecker.RangeOfMisspelledWordInString 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í.
Obtiene el NSRange objeto de la primera palabra mal escrita en .
[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
Devoluciones
- Atributos