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

XmlReader::ReadToFollowing(String, String) method

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

virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
معاملنوعالوصف
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)
معاملنوعالوصف
nameStringالاسم المؤهل للعنصر.

ReturnValue

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

انظر أيضًا