méthode System::Xml::XmlReader::ReadToFollowing

XmlReader::ReadToFollowing(String, String) method

Lit jusqu’à ce qu’un élément avec le nom local et l’URI d’espace de noms spécifiés soit trouvé.

virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
ParamètreTypeDescription
localNameStringLe nom local de l’élément.
namespaceURIStringL’URI d’espace de noms de l’élément.

ReturnValue

true if a matching element is found; otherwise false and the XmlReader is in an end of file state.

Voir aussi

XmlReader::ReadToFollowing(String) method

Lit jusqu’à ce qu’un élément avec le nom qualifié spécifié soit trouvé.

virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
ParamètreTypeDescription
nomStringLe nom qualifié de l’élément.

ReturnValue

true if a matching element is found; otherwise false and the XmlReader is in an end of file state.

Voir aussi