NLTokenizer.GetTokens(NSRange) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tokenize la plage de texte spécifiée.
[Foundation.Export("tokensForRange:")]
public virtual Foundation.NSValue[] GetTokens (Foundation.NSRange range);
abstract member GetTokens : Foundation.NSRange -> Foundation.NSValue[]
override this.GetTokens : Foundation.NSRange -> Foundation.NSValue[]
Paramètres
- range
- NSRange
Plage pour laquelle retourner tous les jetons.
Retours
NSValue[]
Jetons pour la plage spécifiée.
- Attributs