System::Xml::XmlAttributeCollection::idx_get yöntemi
İçindekiler
[
Saklamak
]XmlAttributeCollection::idx_get(const String&, const String&) method
Belirtilen yerel ada ve ad alanı Evrensel Kaynak Tanımlayıcısı (URI) olan özniteliği döndürür.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(const String &localName, const String &namespaceURI)
| Parameter | Type | Açıklama |
|---|---|---|
| localName | const String& | Özniteliğin yerel adı. |
| namespaceURI | const String& | Özniteliğin ad alanı URI’si. |
ReturnValue
Belirtilen yerel ad ve ad alanı URI’sine sahip öznitelik. Öznitelik mevcut değilse, bu yöntem nullptr döndürür.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++
XmlAttributeCollection::idx_get(const String&) method
Belirtilen ada sahip özniteliği döndürür.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(const String &name)
| Parameter | Type | Açıklama |
|---|---|---|
| ad | const String& | Özniteliğin nitelikli adı. |
ReturnValue
Belirtilen ada sahip öznitelik. Öznitelik mevcut değilse, bu yöntem nullptr döndürür.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++
XmlAttributeCollection::idx_get(int32_t) method
Belirtilen dizine sahip özniteliği döndürür.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(int32_t i)
| Parameter | Type | Açıklama |
|---|---|---|
| i | int32_t | Özniteliğin indeksi. |
ReturnValue
Belirtilen dizindeki öznitelik.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++