System::Xml::XmlNodeReader::MoveToAttribute metodo

XmlNodeReader::MoveToAttribute(int32_t) method

Si sposta sull’attributo con l’indice specificato.

void System::Xml::XmlNodeReader::MoveToAttribute(int32_t attributeIndex) override
ParametroTipoDescrizione
attributeIndexint32_tL’indice dell’attributo.

Vedi anche

XmlNodeReader::MoveToAttribute(String) method

Si sposta sull’attributo con il nome specificato.

bool System::Xml::XmlNodeReader::MoveToAttribute(String name) override
ParametroTipoDescrizione
nomeStringaIl nome qualificato dell’attributo.

ReturnValue

true if the attribute is found; otherwise, false. If false, the reader’s position does not change.

Vedi anche

XmlNodeReader::MoveToAttribute(String, String) method

Si sposta sull’attributo con il nome locale e l’URI dello spazio dei nomi specificati.

bool System::Xml::XmlNodeReader::MoveToAttribute(String name, String namespaceURI) override
ParametroTipoDescrizione
nomeStringaIl nome locale dell’attributo.
namespaceURIStringaL’URI dello spazio dei nomi dell’attributo.

ReturnValue

true if the attribute is found; otherwise, false. If false, the reader’s position does not change.

Vedi anche