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

ReturnValue

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

انظر أيضًا

XmlAttributeCollection::idx_get(const String&) method

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

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

ReturnValue

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

انظر أيضًا

XmlAttributeCollection::idx_get(int32_t) method

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

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

ReturnValue

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

انظر أيضًا