Click or drag to resize

FindByText Fields

The FindByText type exposes the following members.

Fields
  NameDescription
Protected field_currentCodeUnit
Protected field_results
Public fieldMatchCase
True if the search is case-sensitive.
Public fieldMatchComments
True if Comments and DocComments should be matched.
Public fieldMatchDeclarations
True if declarations (INamedCodeObjects) should be matched.
Public fieldMatchLiterals
True if Literals should be matched.
Public fieldMatchMessages
True if Messages should be matched.
Public fieldMatchReferences
True if SymbolicRefs should be matched.
Public fieldMatchWholeWord
True if the search should only match whole words.
Public fieldScope
The starting CodeObject of the search, such as a Solution, Project, or CodeUnit.
Public fieldTargetText
The text being searched for.
Public fieldUseRegularExpressions
True if regular expressions are being used.
Top
See Also