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