XMLNodes Members (2007 System)
Include Protected Members
Include Inherited Members
A collection of XMLNode objects that represent the nodes in the tree view of the XML Structure task pane, which indicates the elements that a user has applied to a document.
The XMLNodes type exposes the following members.
Constructors
Name
Description
Infrastructure. Overloaded.
Top
Methods
Name
Description
Gets a XMLNode object that represents a newly added element.
Infrastructure.
(Inherited from RemoteComponent.)
Overloaded.
Infrastructure.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
(Inherited from RemoteComponent.)
Gets the enumerator for the XMLNodes control.
Serves as a hash function for a particular type. (Inherited from Object.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
Gets the type of the current instance. (Inherited from Object.)
(Inherited from RemoteComponent.)
Creates a shallow copy of the current Object. (Inherited from Object.)
(Inherited from RemoteComponent.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets a Application object that represents the Microsoft Office Word application.
(Inherited from RemoteComponent.)
Gets the number of items in the XMLNodes collection.
Gets the application in which the XMLNodes control was created.
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
Gets a XMLNodes that represents the underlying native object for the XMLNodes control.
(Inherited from RemoteComponent.)
Gets the XMLNode at the specified index.
(Inherited from RemoteComponent.)
Gets a Document that represents the document containing the XMLNodes collection.
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
Top
Events
Name
Description
Occurs when the user adds a new XMLNode to the collection or to one of its descendents.
Occurs when the user deletes a XMLNode or descendent node from the collection, before the control is deleted.
Occurs when the cursor is placed inside one of the nodes or descendant nodes of the XMLNodes collection, from an area outside of the context of the node.
Occurs when the cursor is moved from one of the nodes or descendant nodes of the XMLNodes collection, to an area outside of the context of the original node.
Occurs when the cursor is moved out of one of the nodes of the XMLNodes collection.
(Inherited from RemoteComponent.)
Occurs when the cursor is placed inside one of the nodes of the XMLNodes collection.
Occurs when there is a validation error in the XMLNodes control.
Top
Explicit Interface Implementations
Name
Description
ISupportInitializeControl.InitializeControl
Infrastructure.
Top