System::Xml::Schema::XmlSchemaSet::Contains method
İçindekiler
[
Saklamak
]XmlSchemaSet::Contains(const SharedPtr<XmlSchema>&) method
Belirtilen XML Şema tanım dili (XSD) XmlSchema nesnesinin XmlSchemaSet içinde olup olmadığını gösterir.
bool System::Xml::Schema::XmlSchemaSet::Contains(const SharedPtr<XmlSchema> &schema)
| Parametre | Tür | Açıklama |
|---|---|---|
| schema | const SharedPtr<XmlSchema>& | XmlSchema nesnesi. |
ReturnValue
true if the XmlSchema object is in the XmlSchemaSet; otherwise, false.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Font for C++
XmlSchemaSet::Contains(String) method
Belirtilen hedef ad alanı URI’sine sahip bir XML Şema tanım dili (XSD) şemasının XmlSchemaSet içinde olup olmadığını gösterir.
bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
| Parametre | Tür | Açıklama |
|---|---|---|
| targetNamespace | Dize | Şemanın targetNamespace özelliği. |
ReturnValue
true if a schema with the specified target namespace URI is in the XmlSchemaSet; otherwise, false.
Ayrıca Bakınız
- Class String
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Font for C++