طريقة System::Xml::Schema::XmlSchemaCollection::idx_get
XmlSchemaCollection::idx_get method
تُرجع XmlSchema المرتبط بعنوان مساحة الاسم المعطى.
SharedPtr<XmlSchema> System::Xml::Schema::XmlSchemaCollection::idx_get(const String &ns)
| معامل | نوع | الوصف |
|---|---|---|
| ns | const String& | عنوان مساحة الاسم المرتبط بالمخطط الذي تريد إرجاعه. عادةً ما يكون هذا هو targetNamespace للمخطط. |
ReturnValue
الـXmlSchema المرتبط بعنوان مساحة الاسم؛ nullptr إذا لم يكن هناك مخطط محمَّل مرتبط بالمساحة المعطاة أو إذا كانت المساحة مرتبطة بمخطط XDR.
انظر أيضًا
- Typedef SharedPtr
- Class XmlSchema
- Class String
- Class XmlSchemaCollection
- Namespace System::Xml::Schema
- Library Aspose.Font for C++