System::Xml::XmlTextReader::MoveToAttribute طريقة

XmlTextReader::MoveToAttribute(int32_t) method

ينتقل إلى السمة ذات الفهرس المحدد.

void System::Xml::XmlTextReader::MoveToAttribute(int32_t i) override
معاملنوعالوصف
iint32_tفهرس السمة.

انظر أيضًا

XmlTextReader::MoveToAttribute(String, String) method

ينتقل إلى السمة ذات الاسم المحلي المحدد ومسار URI مساحة الاسم.

bool System::Xml::XmlTextReader::MoveToAttribute(String localName, String namespaceURI) override
معاملنوعالوصف
localNameStringالاسم المحلي للخاصية.
namespaceURIStringمسار URI للمساحة الاسمية للخاصية.

ReturnValue

true if the attribute is found; otherwise, false. If false, the reader’s position does not change.

انظر أيضًا

XmlTextReader::MoveToAttribute(String) method

ينتقل إلى السمة ذات الاسم المحدد.

bool System::Xml::XmlTextReader::MoveToAttribute(String name) override
معاملنوعالوصف
nameStringالاسم المؤهل للسمة.

ReturnValue

true if the attribute is found; otherwise, false. If false, the reader’s position does not change.

انظر أيضًا