System::Xml::XPath::XPathNavigator::MoveToAttribute yöntemi
XPathNavigator::MoveToAttribute method
XPathNavigator‘ı eşleşen yerel ad ve ad alanı URI’sine sahip özniteliğe taşır.
virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
| Parametre | Tür | Açıklama |
|---|---|---|
| localName | Dize | Özelliğin yerel adı. |
| namespaceURI | Dize | Özniteliğin ad alanı URI’si; boş bir ad alanı için nullptr. |
ReturnValue
true if the XPathNavigator is successful moving to the attribute; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Ayrıca Bakınız
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++