System::Xml::XmlAttribute::get_NodeType método

XmlAttribute::get_NodeType method

Devuelve el tipo del nodo actual.

XmlNodeType System::Xml::XmlAttribute::get_NodeType() override

ReturnValue

El tipo de nodo para los nodos XmlAttribute es XmlNodeType::Attribute.

Ver también