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