System::Xml::XmlTextReader::MoveToAttribute méthode

XmlTextReader::MoveToAttribute(int32_t) method

Se déplace vers l’attribut avec l’index spécifié.

void System::Xml::XmlTextReader::MoveToAttribute(int32_t i) override
ParamètreTypeDescription
iint32_tL’index de l’attribut.

Voir aussi

XmlTextReader::MoveToAttribute(String, String) method

Se déplace vers l’attribut avec le nom local et l’URI d’espace de noms spécifiés.

bool System::Xml::XmlTextReader::MoveToAttribute(String localName, String namespaceURI) override
ParamètreTypeDescription
localNameStringLe nom local de l’attribut.
namespaceURIStringL’URI d’espace de noms de l’attribut.

ReturnValue

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

Voir aussi

XmlTextReader::MoveToAttribute(String) method

Se déplace vers l’attribut avec le nom spécifié.

bool System::Xml::XmlTextReader::MoveToAttribute(String name) override
ParamètreTypeDescription
nomStringLe nom qualifié de l’attribut.

ReturnValue

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

Voir aussi