طريقة System::Xml::XmlReader::ReadToFollowing

XmlReader::ReadToFollowing(String, String) method

يقرأ حتى يتم العثور على عنصر بالاسم المحلي المحدد ومسار مساحة الاسم URI.

virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
ParameterTypeالوصف
localNameStringالاسم المحلي للعنصر.
namespaceURIStringمعرف URI للمساحة الاسمية للعنصر.

ReturnValue

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

انظر أيضًا

XmlReader::ReadToFollowing(String) method

يقرأ حتى يتم العثور على عنصر يحمل الاسم المؤهل المحدد.

virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
ParameterTypeالوصف
الاسمStringالاسم المؤهل للعنصر.

ReturnValue

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

انظر أيضًا