Método System::Xml::XmlReader::ReadToFollowing

XmlReader::ReadToFollowing(String, String) method

Lee hasta que se encuentre un elemento con el nombre local y el URI de espacio de nombres especificados.

virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
ParámetroTipoDescripción
localNameStringEl nombre local del elemento.
namespaceURIStringEl URI del espacio de nombres del elemento.

ReturnValue

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

Ver también

XmlReader::ReadToFollowing(String) method

Lee hasta que se encuentre un elemento con el nombre calificado especificado.

virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
ParámetroTipoDescripción
nameStringEl nombre calificado del elemento.

ReturnValue

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

Ver también