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

XmlTextReader::MoveToAttribute(int32_t) method

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

void System::Xml::XmlTextReader::MoveToAttribute(int32_t i) override
ParameterTypeالوصف
iint32_tفهرس الخاصية.

انظر أيضًا

XmlTextReader::MoveToAttribute(String, String) method

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

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

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
ParameterTypeالوصف
الاسمStringالاسم المؤهل للخاصية.

ReturnValue

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

انظر أيضًا