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
Close
Search
IFindTarget Interface
Namespace:
XmlNotepad
C++
C#
Visual Basic
IDL
JavaScript
__interface
IFindTarget
;
public
interface
IFindTarget
;
Public
Interface
IFindTarget
interface
IFindTarget;
IFindTarget
Inheritance
XmlNotepad.IFindTarget
Description
This is class XmlNotepad.IFindTarget.
Methods
FindNext
Finds the next match for the given search arguments.
ReplaceCurrent
Replaces the current match with the given text. You must call
FindNext
before calling this method.
Properties
Location
Returns an
XPath
expression for the current selected node.
MatchRect
Returns the screen coordinates of the current match.
Namespaces
Returns a namespace manager representing current location, or sets the namespace manager for the next xpath find operation.
See Also
IFindTarget Methods
IFindTarget Properties
Interfaces