Metodo System::Xml::Schema::XmlSchemaSet::Contains
Contenuti
[
Nascondere
]XmlSchemaSet::Contains(const SharedPtr<XmlSchema>&) method
Indica se l’oggetto XmlSchema del linguaggio di definizione 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.Page for C++
XmlSchemaSet::Contains(String) method
Indica se uno schema XML Schema (XSD) con lo spazio dei nomi target specificato è presente nel XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
| Parametro | Tipo | Descrizione |
|---|---|---|
| targetNamespace | String | 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.Page for C++