طريقة System::Xml::XmlElement::RemoveAttributeNode
محتويات
[
يخفي
]XmlElement::RemoveAttributeNode(SharedPtr<XmlAttribute>) method
تُزيل الـ XmlAttribute المحدد.
virtual SharedPtr<XmlAttribute> System::Xml::XmlElement::RemoveAttributeNode(SharedPtr<XmlAttribute> oldAttr)
| معامل | نوع | الوصف |
|---|---|---|
| oldAttr | SharedPtr<XmlAttribute> | عقدة XmlAttribute التي سيتم إزالتها. إذا كان للخاصية المُزالة قيمة افتراضية، يتم استبدالها فورًا. |
ReturnValue
XmlAttribute المُزالة أو nullptr إذا كان oldAttr ليس عقدة خاصية من XmlElement.
انظر أيضًا
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlElement
- Namespace System::Xml
- Library Aspose.Font for C++
XmlElement::RemoveAttributeNode(String, String) method
تُزيل الـ XmlAttribute المحدد بالاسم المحلي ومسار URI للمساحة الاسمية. (إذا كان للخاصية المُزالة قيمة افتراضية، يتم استبدالها فورًا).
virtual SharedPtr<XmlAttribute> System::Xml::XmlElement::RemoveAttributeNode(String localName, String namespaceURI)
| معامل | نوع | الوصف |
|---|---|---|
| localName | String | الاسم المحلي للخاصية. |
| namespaceURI | String | مسار URI للمساحة الاسمية للخاصية. |
ReturnValue
العنصر XmlAttribute المُزال أو nullptr إذا لم يكن لدى XmlElement عقدة سمة مطابقة.
انظر أيضًا
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlElement
- Namespace System::Xml
- Library Aspose.Font for C++