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

XmlNodeReader::MoveToAttribute(int32_t) method

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

void System::Xml::XmlNodeReader::MoveToAttribute(int32_t attributeIndex) override
معاملنوعالوصف
attributeIndexint32_tفهرس السمة.

انظر أيضًا

XmlNodeReader::MoveToAttribute(String) method

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

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

ReturnValue

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

انظر أيضًا

XmlNodeReader::MoveToAttribute(String, String) method

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

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

ReturnValue

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

انظر أيضًا