System::Xml::XmlReader::ReadToFollowing yöntemi

XmlReader::ReadToFollowing(String, String) method

Belirtilen yerel ada ve ad alanı URI’sine sahip bir öğe bulunana kadar okur.

virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
ParametreTürAçıklama
localNameDizeÖğenin yerel adı.
namespaceURIDizeÖğenin ad alanı URI’si.

ReturnValue

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

Ayrıca Bakınız

XmlReader::ReadToFollowing(String) method

Belirtilen nitelikli ada sahip bir öğe bulunana kadar okur.

virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
ParametreTürAçıklama
adDizeElemanın nitelikli adı.

ReturnValue

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

Ayrıca Bakınız