System::Xml::XmlValidatingReader::MoveToAttribute metodu

XmlValidatingReader::MoveToAttribute(int32_t) method

Belirtilen dizindeki özniteliğe geçer.

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

Ayrıca Bakınız

XmlValidatingReader::MoveToAttribute(String, String) method

Belirtilen yerel ada ve ad alanı Evrensel Kaynak Tanımlayıcısı (URI) olan özniteliğe geçer.

bool System::Xml::XmlValidatingReader::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 position of the reader does not change.

Ayrıca Bakınız

XmlValidatingReader::MoveToAttribute(String) method

Belirtilen adla özniteliğe geçer.

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

ReturnValue

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

Ayrıca Bakınız