FindByText Fields |
The FindByText type exposes the following members.
Name | Description | |
---|---|---|
_currentCodeUnit | ||
_results | ||
MatchCase |
True if the search is case-sensitive.
| |
MatchComments |
True if Comments and DocComments should be matched.
| |
MatchDeclarations |
True if declarations (INamedCodeObjects) should be matched.
| |
MatchLiterals |
True if Literals should be matched.
| |
MatchMessages |
True if Messages should be matched.
| |
MatchReferences |
True if SymbolicRefs should be matched.
| |
MatchWholeWord |
True if the search should only match whole words.
| |
Scope | ||
TargetText |
The text being searched for.
| |
UseRegularExpressions |
True if regular expressions are being used.
|