System::Xml::XmlNode::get_Attributes method

XmlNode::get_Attributes method

Returns an XmlAttributeCollection containing the attributes of this node.

virtual SharedPtr<XmlAttributeCollection> System::Xml::XmlNode::get_Attributes() final

ReturnValue

An XmlAttributeCollection containing the attributes of the node. If the node is of type XmlNodeType::Element, the attributes of the node are returned. Otherwise, this method returns nullptr.

See Also