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

XmlValidatingReader::MoveToAttribute(int32_t) method

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

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

انظر أيضًا

XmlValidatingReader::MoveToAttribute(String, String) method

ينتقل إلى السمة ذات الاسم المحلي والمساحة الاسمية Uniform Resource Identifier (URI) المحددين.

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

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

ReturnValue

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

انظر أيضًا