Share via


XmlNodeList.Item(UInt32) Method

Definition

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.

Applies to