طريقة System::Xml::XmlAttributeCollection::idx_get
محتويات
[
يخفي
]XmlAttributeCollection::idx_get(const String&, const String&) method
يعيد السمة ذات الاسم المحلي والمساحة الاسمية المحددة (Uniform Resource Identifier (URI)).
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(const String &localName, const String &namespaceURI)
| معامل | نوع | الوصف |
|---|---|---|
| localName | const String& | الاسم المحلي للخاصية. |
| namespaceURI | const String& | مسار URI للمساحة الاسمية للخاصية. |
ReturnValue
الخاصية ذات الاسم المحلي والمساحة الاسمية (URI) المحددين. إذا لم تكن الخاصية موجودة، تُرجع هذه الطريقة nullptr.
انظر أيضًا
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++
XmlAttributeCollection::idx_get(const String&) method
يعيد السمة ذات الاسم المحدد.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(const String &name)
| معامل | نوع | الوصف |
|---|---|---|
| name | const String& | الاسم المؤهل للسمة. |
ReturnValue
الخاصية ذات الاسم المحدد. إذا لم تكن الخاصية موجودة، تُرجع هذه الطريقة nullptr.
انظر أيضًا
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++
XmlAttributeCollection::idx_get(int32_t) method
يعيد السمة ذات الفهرس المحدد.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(int32_t i)
| معامل | نوع | الوصف |
|---|---|---|
| i | int32_t | فهرس السمة. |
ReturnValue
الخاصية في الفهرس المحدد.
انظر أيضًا
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++