NSLingusticEnumerator Délégué
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.
Délégué qui énumère les valeurs pour EnumerateTagsInRange(NSRange, NSString, NSLinguisticTaggerOptions, NSLingusticEnumerator).
public delegate void NSLingusticEnumerator(NSString tag, NSRange tokenRange, NSRange sentenceRange, ref bool stop);
type NSLingusticEnumerator = delegate of NSString * NSRange * NSRange * -> unit
Paramètres
- tag
- NSString
- tokenRange
- NSRange
- sentenceRange
- NSRange
- stop
- Boolean