NSLingusticEnumerator Delegado
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í.
Delegado que enumera los valores de 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
Parámetros
- tag
- NSString
- tokenRange
- NSRange
- sentenceRange
- NSRange
- stop
- Boolean