XMLNodesCollection members
Include protected members
Include inherited members
Contains a collection of XML Document Object Model (DOM) nodes.
The XMLNodesCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets a count of the number of XML Document Object Model (DOM) node objects contained in the XMLNodesCollection collection. (Inherited from XMLNodes.) | |
Item | Gets a reference to the specified XML Document Object Model (DOM) node from the XMLNodesCollection collection. (Inherited from XMLNodes.) |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator() | Gets an IEnumerator that iterates over all entries in the XMLNodesCollection object. (Inherited from XMLNodes.) |
Top