طريقة System::Xml::Schema::XmlSchemaCollection::Contains
محتويات
[
يخفي
]XmlSchemaCollection::Contains(const SharedPtr<XmlSchema>&) method
تُرجع قيمة تُشير إلى ما إذا كان targetNamespace الخاص بـ XmlSchema المحدد موجودًا في المجموعة.
bool System::Xml::Schema::XmlSchemaCollection::Contains(const SharedPtr<XmlSchema> &schema)
| معامل | نوع | الوصف |
|---|---|---|
| schema | const SharedPtr<XmlSchema>& | كائن الـ XmlSchema. |
ReturnValue
true if there is a schema in the collection with the same targetNamespace; otherwise, false.
انظر أيضًا
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaCollection
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchemaCollection::Contains(const String&) method
يعيد قيمة تشير إلى ما إذا كان مخطط بالمساحة الاسمية المحددة موجودًا في المجموعة.
bool System::Xml::Schema::XmlSchemaCollection::Contains(const String &ns)
| معامل | نوع | الوصف |
|---|---|---|
| ns | const String& | عنوان مساحة الاسم المرتبط بالمخطط. بالنسبة لمخططات XML، عادةً ما يكون هذا هو مساحة الاسم الهدف. |
ReturnValue
true if a schema with the specified namespace is in the collection; otherwise, false.
انظر أيضًا
- Class String
- Class XmlSchemaCollection
- Namespace System::Xml::Schema
- Library Aspose.Font for C++