System::Xml::XmlAttribute::get_BaseURI metodo

XmlAttribute::get_BaseURI method

Restituisce l’Uniform Resource Identifier (URI) di base del nodo.

String System::Xml::XmlAttribute::get_BaseURI() override

ReturnValue

La posizione da cui è stato caricato il nodo o String::Empty se il nodo non ha un URI di base. I nodi Attribute hanno lo stesso URI di base del loro elemento proprietario. Se un nodo attributo non ha un elemento proprietario, get_BaseURI restituisce String::Empty.

Vedi anche