System::Xml::XmlTextReader::MoveToAttribute yöntemi

XmlTextReader::MoveToAttribute(int32_t) method

Belirtilen dizindeki özniteliğe geçer.

void System::Xml::XmlTextReader::MoveToAttribute(int32_t i) override
ParameterTypeAçıklama
iint32_tÖzniteliğin indeksi.

Ayrıca Bakınız

XmlTextReader::MoveToAttribute(String, String) method

Belirtilen yerel ad ve ad alanı URI’sine sahip özniteliğe geçer.

bool System::Xml::XmlTextReader::MoveToAttribute(String localName, String namespaceURI) override
ParameterTypeAçıklama
localNameStringÖzniteliğin yerel adı.
namespaceURIStringÖzniteliğin ad alanı URI’si.

ReturnValue

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

Ayrıca Bakınız

XmlTextReader::MoveToAttribute(String) method

Belirtilen adla özniteliğe geçer.

bool System::Xml::XmlTextReader::MoveToAttribute(String name) override
ParameterTypeAçıklama
adStringÖzniteliğin nitelikli adı.

ReturnValue

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

Ayrıca Bakınız