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

XmlValidatingReader::MoveToAttribute(int32_t) method

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

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

انظر أيضًا

XmlValidatingReader::MoveToAttribute(String, String) method

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

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

ReturnValue

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

انظر أيضًا

XmlValidatingReader::MoveToAttribute(String) method

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

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

ReturnValue

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

انظر أيضًا