get_AttributeCount()

XmlNodeReader::get_AttributeCount() method

Returns the number of attributes on the current node.

int32_t System::Xml::XmlNodeReader::get_AttributeCount() override

Return Value

The number of attributes on the current node. This number includes default attributes.

See Also