You are here:
Symbol Reference
Symbol Reference
>
XmlNotepad Namespace
Microsoft Namespace
UnitTests Namespace
XmlNotepad Namespace
Files
>
Classes
XmlNotepad.Properties Namespace
Classes
Interfaces
Structs, Records, Enums
Types
>
XmlTreeViewFindTarget Class (XmlNotepad)
AccessibleNode Class (XmlNotepad)
AccessibleNodeTextView Class (XmlNotepad)
AccessibleNodeTextViewNode Class (XmlNotepad)
AccessibleTree Class (XmlNotepad)
CacheEntry Class (XmlNotepad)
ChangeNode Class (XmlNotepad)
Checker Class (XmlNotepad)
ColorBuilder Class (XmlNotepad)
Command Class (XmlNotepad)
CommandEventArgs Class (XmlNotepad)
CompletionSet Class (XmlNotepad)
CompoundCommand Class (XmlNotepad)
CurrentEvent Class (XmlNotepad)
CutCommand Class (XmlNotepad)
DataGridViewBrowseCell Class (XmlNotepad)
DateTimeEditor Class (XmlNotepad)
DeleteNode Class (XmlNotepad)
DomLoader Class (XmlNotepad)
EditAttributeName Class (XmlNotepad)
EditElementName Class (XmlNotepad)
EditNodeName Class (XmlNotepad)
EditNodeValue Class (XmlNotepad)
EditProcessingInstructionName Class (XmlNotepad)
ErrorHandler Class (XmlNotepad)
FormAbout Class (XmlNotepad)
FormMain Class (XmlNotepad)
FormOptions Class (XmlNotepad)
FormSchemas Class (XmlNotepad)
FormSearch Class (XmlNotepad)
HLSColor Structure (XmlNotepad)
InsertNode Class (XmlNotepad)
IntelliTip Class (XmlNotepad)
IntelliTipEventArgs Class (XmlNotepad)
LineInfo Class (XmlNotepad)
LineStates Class (XmlNotepad)
ModelChangedEventArgs Class (XmlNotepad)
MoveNode Class (XmlNotepad)
MyForm Class (XmlNotepad)
MyXmlNamespaceResolver Class (XmlNotepad)
NoBorderTabControl Class (XmlNotepad)
NoBorderTabControlEventArgs Class (XmlNotepad)
NoBorderTabPage Class (XmlNotepad)
NodeChangeEventArgs Class (XmlNotepad)
NodeLabelEditEventArgs Class (XmlNotepad)
NodeTextView Class (XmlNotepad)
NudgeNode Class (XmlNotepad)
PaneResizer Class (XmlNotepad)
PasteCommand Class (XmlNotepad)
PerfTimer Class (XmlNotepad)
PersistentFileNames Class (XmlNotepad)
Program Class (XmlNotepad)
RecentFileEventArgs Class (XmlNotepad)
RecentFilesMenu Class (XmlNotepad)
SR Class (XmlNotepad)
SchemaCache Class (XmlNotepad)
SchemaDialogAddFiles Class (XmlNotepad)
SchemaDialogCommand Class (XmlNotepad)
SchemaDialogCutCommand Class (XmlNotepad)
SchemaDialogEditCommand Class (XmlNotepad)
SchemaResolver Class (XmlNotepad)
Settings Class (XmlNotepad)
StringHelper Class (XmlNotepad)
TabNavigator Class (XmlNotepad)
Task Class (XmlNotepad)
TaskHandler Class (XmlNotepad)
TaskList Class (XmlNotepad)
TextEditorEventArgs Class (XmlNotepad)
TextEditorLayoutEventArgs Class (XmlNotepad)
TextEditorOverlay Class (XmlNotepad)
TreeData Class (XmlNotepad)
TreeNode Class (XmlNotepad)
TreeNodeCollection Class (XmlNotepad)
TreeParent Class (XmlNotepad)
TreeView Class (XmlNotepad)
TreeViewDropFeedback Class (XmlNotepad)
TreeViewEventArgs Class (XmlNotepad)
TypeToFindHandler Class (XmlNotepad)
UndoManager Class (XmlNotepad)
Updater Class (XmlNotepad)
UriBuilder Class (XmlNotepad)
Utilities Class (XmlNotepad)
WebBrowserForm Class (XmlNotepad)
XmlCache Class (XmlNotepad)
XmlHelpers Class (XmlNotepad)
XmlIncludeReader Class (XmlNotepad)
XmlIntellisenseList Class (XmlNotepad)
XmlIntellisenseProvider Class (XmlNotepad)
XmlName Class (XmlNotepad)
XmlTreeNode Class (XmlNotepad)
XmlTreeNodeCollection Class (XmlNotepad)
XmlTreeView Class (XmlNotepad)
XmlTreeViewDropFeedback Class (XmlNotepad)
XmlTreeViewFindTarget Class (XmlNotepad)
XsltViewer Class (XmlNotepad)
Close
Index
XmlTreeViewFindTarget Class
Send Feedback
on this topic to us.
Inheritance Hierarchy
XmlNotepad.IFindTarget
XmlNotepad.XmlTreeViewFindTarget
Namespace:
XmlNotepad
Syntax
C++
C#
Visual Basic
IDL
JavaScript
class
XmlTreeViewFindTarget
:
public
IFindTarget
;
internal
class
XmlTreeViewFindTarget
:
IFindTarget
;
Friend
Class
XmlTreeViewFindTarget
Inherits
IFindTarget
class
XmlTreeViewFindTarget :
public
IFindTarget
;
XmlTreeViewFindTarget
Description
This is class XmlNotepad.XmlTreeViewFindTarget.
Constructors
Name
Description
XmlTreeViewFindTarget
This is XmlTreeViewFindTarget, a member of class XmlTreeViewFindTarget.
Methods
Show:
Inherited
No members matching the current filter
Name
Description
FindNext
Finds the next match for the given search arguments. (Inherited from
IFindTarget
)
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. (Inherited from
IFindTarget
)
ReplaceCurrent
Replaces the current match with the given text. You must call FindNext before calling this method.
Properties
Show:
Inherited
No members matching the current filter
Name
Description
Location
Returns an XPath expression for the current selected node. (Inherited from
IFindTarget
)
Location
Returns an XPath expression for the current selected node.
MatchRect
Returns the screen coordinates of the current match. (Inherited from
IFindTarget
)
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. (Inherited from
IFindTarget
)
Namespaces
Returns a namespace manager representing current location, or sets the namespace manager for the next xpath find operation.
See Also
XmlTreeViewFindTarget Methods
XmlTreeViewFindTarget Properties
Classes