CKRecord.AllTokens Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the set of tokens from the CKRecord object's string-based fields.
[Foundation.Export("allTokens")]
public virtual string[] AllTokens ();
abstract member AllTokens : unit -> string[]
override this.AllTokens : unit -> string[]
Returns
String[]
An array of unique tokens in the record's string-based fields.
- Attributes
Remarks
The tokens are determined by splitting the contents of the string-based fields by whitespace.