SearchOptions
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
SearchOptions
These constants represent the options you can use with the searchOptions parameter of the PropertyObject.Search and Engine.SearchFiles methods. Use the bitwise-OR operator to specify more than one option.
-
SearchOptions_IncludeSubsequenceFiles
–(Value: 0x8) If this option is set, TestStand searches all the sequence files the Sequence Call steps specify.
Note This option applies only to the Engine.SearchFiles method.
- SearchOptions_MatchCase –(Value: 0x1) If this option is set, TestStand finds only those instances in which the capitalization matches the text you specify. For example, if CHR is the specified text, this option finds CHR but not Chr .
- SearchOptions_RegExpr –(Value: 0x4) If this option is set, TestStand treats certain characters in the search text as regular expression characters instead of literal characters.
- SearchOptions_WholeWordOnly –(Value: 0x2) If this option is set, TestStand searches for occurrences of the specified text only where the text that surrounds the occurrence is a space, punctuation mark, or other character not considered as part of a word. TestStand treats the characters A through Z, a through z, 0 through 9, and the underscore (_) as parts of a word.