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

XmlNodeReader::MoveToAttribute(int32_t) method

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

void System::Xml::XmlNodeReader::MoveToAttribute(int32_t attributeIndex) override
ParameterTypeالوصف
attributeIndexint32_tفهرس الخاصية.

انظر أيضًا

XmlNodeReader::MoveToAttribute(String) method

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

bool System::Xml::XmlNodeReader::MoveToAttribute(String name) override
ParameterTypeالوصف
الاسمStringالاسم المؤهل للخاصية.

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
ParameterTypeالوصف
الاسمStringالاسم المحلي للسمة.
namespaceURIStringمسار مساحة الاسم للسمة.

ReturnValue

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

انظر أيضًا