System::Xml::XmlAttributeCollection::idx_get metodu
İçindekiler
[
Saklamak
]XmlAttributeCollection::idx_get(const String&, const String&) method
Belirtilen yerel ad ve ad alanı Uniform Resource Identifier (URI) olan özniteliği döndürür.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(const String &localName, const String &namespaceURI)
| Parametre | Tür | Açıklama |
|---|---|---|
| localName | const String& | Özelliğin yerel adı. |
| namespaceURI | const String& | Özelliğin ad alanı URI’si. |
ReturnValue
Belirtilen yerel ad ve ad alanı URI’sine sahip öznitelik. Öznitelik yoksa, bu metod nullptr döndürür.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font 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)
| Parametre | Tür | Açıklama |
|---|---|---|
| ad | const String& | Özniteliğin nitelikli adı. |
ReturnValue
Belirtilen ada sahip öznitelik. Öznitelik yoksa, bu metod nullptr döndürür.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++
XmlAttributeCollection::idx_get(int32_t) method
Belirtilen indeksdeki özniteliği döndürür.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(int32_t i)
| Parametre | Tür | 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.Font for C++