System::Xml::XmlNodeReader::MoveToAttribute metodu

XmlNodeReader::MoveToAttribute(int32_t) method

Belirtilen indeksdeki özniteliğe geçer.

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

Ayrıca Bakınız

XmlNodeReader::MoveToAttribute(String) method

Belirtilen ada sahip özniteliğe geçer.

bool System::Xml::XmlNodeReader::MoveToAttribute(String name) override
ParametreTürAçıklama
adDizeÖ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 ada ve ad alanı URI’sine sahip özniteliğe geçer.

bool System::Xml::XmlNodeReader::MoveToAttribute(String name, String namespaceURI) override
ParametreTürAçıklama
adDizeÖzelliğin yerel adı.
namespaceURIDizeÖzelliğ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