System::Xml::Schema::XmlSchemaSet::Schemas metodo
Contenuti
[
Nascondere
]XmlSchemaSet::Schemas() method
Restituisce una collezione di tutti gli schemi XML Schema definition language (XSD) nel XmlSchemaSet.
SharedPtr<Collections::Generic::IList<SharedPtr<XmlSchema>>> System::Xml::Schema::XmlSchemaSet::Schemas()
ReturnValue
Un oggetto IList contenente tutti gli schemi che sono stati aggiunti al XmlSchemaSet. Se non sono stati aggiunti schemi al XmlSchemaSet, viene restituita una collezione vuota.
Vedi anche
- Typedef SharedPtr
- Class IList
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchemaSet::Schemas(String) method
Restituisce una collezione di tutti gli schemi XML Schema definition language (XSD) nel XmlSchemaSet che appartengono allo spazio dei nomi specificato.
SharedPtr<Collections::Generic::List<SharedPtr<XmlSchema>>> System::Xml::Schema::XmlSchemaSet::Schemas(String targetNamespace)
| Parametro | Tipo | Descrizione |
|---|---|---|
| targetNamespace | Stringa | La proprietà targetNamespace dello schema. |
ReturnValue
Un oggetto IList contenente tutti gli schemi che sono stati aggiunti al XmlSchemaSet che appartengono allo spazio dei nomi specificato. Se non sono stati aggiunti schemi al XmlSchemaSet, viene restituita una collezione vuota.
Vedi anche
- Typedef SharedPtr
- Class List
- Class XmlSchema
- Class String
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Font for C++