System::Xml::Schema::XmlSchemaSet::Contains‑metod
Innehåll
[
Dölj
]XmlSchemaSet::Contains(const SharedPtr<XmlSchema>&) method
Anger om det angivna XML Schema definitionsspråk (XSD) XmlSchema‑objektet finns i XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::Contains(const SharedPtr<XmlSchema> &schema)
| Parameter | Type | Beskrivning |
|---|---|---|
| schema | const SharedPtr<XmlSchema>& | XmlSchema‑objektet. |
ReturnValue
true if the XmlSchema object is in the XmlSchemaSet; otherwise, false.
Se även
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchemaSet::Contains(String) method
Anger om ett XML Schema definitionsspråk (XSD)‑schema med den angivna mål‑namnrymdens URI finns i XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
| Parameter | Type | Beskrivning |
|---|---|---|
| targetNamespace | String | Schemat targetNamespace‑egenskap. |
ReturnValue
true if a schema with the specified target namespace URI is in the XmlSchemaSet; otherwise, false.
Se även
- Class String
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++