ITextSearchNavigator3.Find 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.
Finds the next occurrence of the text matching the SearchTerm.
public:
bool Find();
public bool Find ();
abstract member Find : unit -> bool
Public Function Find () As Boolean
Returns
Returns true
if a match is found, false
otherwise.