System::Xml::Schema::XmlSchemaSet::Contains method
Contenuti
[
Nascondere
]XmlSchemaSet::Contains(const SharedPtr<XmlSchema>&) method
Indica se l’oggetto XmlSchema della definizione del linguaggio XML Schema (XSD) specificato è presente nel XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::Contains(const SharedPtr<XmlSchema> &schema)
| Parametro | Tipo | Descrizione |
|---|---|---|
| schema | const SharedPtr<XmlSchema>& | L’oggetto XmlSchema. |
ReturnValue
true if the XmlSchema object is in the XmlSchemaSet; otherwise, false.
Vedi anche
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchemaSet::Contains(String) method
Indica se uno schema XML Schema della definizione del linguaggio (XSD) con lo spazio dei nomi di destinazione URI specificato è presente nel XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
| Parametro | Tipo | Descrizione |
|---|---|---|
| targetNamespace | Stringa | La proprietà targetNamespace dello schema. |
ReturnValue
true if a schema with the specified target namespace URI is in the XmlSchemaSet; otherwise, false.
Vedi anche
- Class String
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Font for C++