System::Xml::XmlReader::MoveToAttribute metodu

XmlReader::MoveToAttribute(int32_t) method

Türetilmiş bir sınıfta geçersiz kılındığında, belirtilen indeksdeki özelliğe geçer.

virtual void System::Xml::XmlReader::MoveToAttribute(int32_t i)
ParametreTürAçıklama
iint32_tÖzniteliğin indeksi.

Ayrıca Bakınız

XmlReader::MoveToAttribute(String) method

Türetilmiş bir sınıfta geçersiz kılındığında, belirtilen XmlReader::get_Name değerine sahip özniteliğe geçer.

virtual bool System::Xml::XmlReader::MoveToAttribute(String name)=0
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

XmlReader::MoveToAttribute(String, String) method

Türetilmiş bir sınıfta geçersiz kılındığında, belirtilen XmlReader::get_LocalName ve XmlReader::get_NamespaceURI değerlerine sahip özniteliğe geçer.

virtual bool System::Xml::XmlReader::MoveToAttribute(String name, String ns)=0
ParametreTürAçıklama
adDizeÖzelliğin yerel adı.
nsDizeÖ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