طريقة 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)
ParameterTypeالوصف
localNameconst String&الاسم المحلي للسمة.
namespaceURIconst String&مسار مساحة الاسم للسمة.

ReturnValue

السمة ذات الاسم المحلي والمساحة الاسمية (URI) المحددين. إذا لم تكن السمة موجودة، تُرجع هذه الطريقة nullptr.

انظر أيضًا

XmlAttributeCollection::idx_get(const String&) method

يعيد السمة ذات الاسم المحدد.

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(const String &name)
ParameterTypeالوصف
الاسمconst String&الاسم المؤهل للخاصية.

ReturnValue

السمة ذات الاسم المحدد. إذا لم تكن السمة موجودة، تُرجع هذه الطريقة nullptr.

انظر أيضًا

XmlAttributeCollection::idx_get(int32_t) method

يعيد السمة ذات الفهرس المحدد.

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(int32_t i)
ParameterTypeالوصف
iint32_tفهرس الخاصية.

ReturnValue

السمة في الفهرس المحدد.

انظر أيضًا