System::Xml::XmlNodeReader::MoveToAttribute yöntemi

XmlNodeReader::MoveToAttribute(int32_t) method

Belirtilen dizindeki özniteliğe geçer.

void System::Xml::XmlNodeReader::MoveToAttribute(int32_t attributeIndex) override
ParameterTypeAçıklama
attributeIndexint32_tÖzniteliğin indeksi.

Ayrıca Bakınız

XmlNodeReader::MoveToAttribute(String) method

Belirtilen adla özniteliğe geçer.

bool System::Xml::XmlNodeReader::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

XmlNodeReader::MoveToAttribute(String, String) method

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

bool System::Xml::XmlNodeReader::MoveToAttribute(String name, String namespaceURI) override
ParameterTypeAçıklama
adStringÖ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