Doc-O-Matic Live Demo
Doc-O-Matic Live Demo
/
XmlNotepad Namespace
Microsoft Namespace
XmlNotepad Namespace
/
Interfaces
XmlNotepad.Properties Namespace
Classes
Interfaces
Structs, Records, Enums
Types
/
IFindTarget
IEditableView
IFindTarget
IIntellisenseList
IIntellisenseProvider
IOleCommandTarget
IXmlBuilder
IXmlEditor
/
IFindTarget Methods (XmlNotepad)
IFindTarget Methods (XmlNotepad)
IFindTarget Properties (XmlNotepad)
/
IFindTarget.FindNext
IFindTarget.FindNext
IFindTarget.ReplaceCurrent
Close
Search
IFindTarget.FindNext Method
Namespace:
XmlNotepad
Finds the next match for the given search arguments.
C++
C#
Visual Basic
IDL
JavaScript
FindResult
FindNext
(string
expression
,
FindFlags
flags
,
SearchFilter
filter
);
FindResult
FindNext
(
string
expression
,
FindFlags
flags
,
SearchFilter
filter
);
Function
FindNext
(
expression
As
string
,
flags
As
FindFlags
,
filter
As
SearchFilter
)
As
FindResult
FindResult
FindNext
(string
expression
,
FindFlags
flags
,
SearchFilter
filter
);
function
FindNext
(
expression
,
flags
,
filter
)
Parameters
Parameters
Description
string expression
An expression representing what to find
FindFlags flags
Flags detemine what kind of expression it is (normal, regex, xpath) and whether to search forwards or backwards and whether to match case or a whole word or not.
SearchFilter filter
What kind of nodes to filter
Returns
True if a match is found.
See Also
IFindTarget Interface
XmlNotepad Namespace
IFindTarget Methods