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