XmlNodeList.Item(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the item in the list at the specified index.
public:
virtual IXmlNode ^ Item(unsigned int index) = Item;
IXmlNode Item(uint32_t const& index);
public IXmlNode Item(uint index);
function item(index)
Public Function Item (index As UInteger) As IXmlNode
Parameters
- index
-
UInt32
unsigned int
uint32_t
The zero-based index of the requested item.
Returns
The requested item. This method returns NULL if the index is not valid.