System::Xml::XmlNodeReader::MoveToAttribute μέθοδος

XmlNodeReader::MoveToAttribute(int32_t) method

Μετακινείται στο χαρακτηριστικό με το καθορισμένο δείκτη.

void System::Xml::XmlNodeReader::MoveToAttribute(int32_t attributeIndex) override
ParameterTypeΠεριγραφή
attributeIndexint32_tΟ δείκτης του χαρακτηριστικού.

Δείτε επίσης

XmlNodeReader::MoveToAttribute(String) method

Μετακινείται στο χαρακτηριστικό με το καθορισμένο όνομα.

bool System::Xml::XmlNodeReader::MoveToAttribute(String name) override
ParameterTypeΠεριγραφή
όνομαStringΤο πλήρες όνομα του χαρακτηριστικού.

ReturnValue

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

Δείτε επίσης

XmlNodeReader::MoveToAttribute(String, String) method

Μετακινείται στο χαρακτηριστικό με το καθορισμένο τοπικό όνομα και το URI του ονοματοχώρου.

bool System::Xml::XmlNodeReader::MoveToAttribute(String name, String namespaceURI) override
ParameterTypeΠεριγραφή
όνομαStringΤο τοπικό όνομα του χαρακτηριστικού.
namespaceURIStringΤο URI του χώρου ονομάτων του χαρακτηριστικού.

ReturnValue

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

Δείτε επίσης