Μέθοδος System::Xml::Schema::XmlSchemaSet::Contains
περιεχόμενα
[
κρύβω
]XmlSchemaSet::Contains(const SharedPtr<XmlSchema>&) method
Δείχνει εάν το καθορισμένο αντικείμενο XML Schema definition language (XSD) XmlSchema βρίσκεται στο XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::Contains(const SharedPtr<XmlSchema> &schema)
| Parameter | Type | Περιγραφή |
|---|---|---|
| schema | const SharedPtr<XmlSchema>& | Το αντικείμενο XmlSchema. |
ReturnValue
true if the XmlSchema object is in the XmlSchemaSet; otherwise, false.
Δείτε επίσης
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchemaSet::Contains(String) method
Δείχνει εάν ένα σχήμα XML Schema definition language (XSD) με το καθορισμένο URI του target namespace βρίσκεται στο XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
| Parameter | Type | Περιγραφή |
|---|---|---|
| targetNamespace | String | Η ιδιότητα targetNamespace του σχήματος. |
ReturnValue
true if a schema with the specified target namespace URI is in the XmlSchemaSet; otherwise, false.
Δείτε επίσης
- Class String
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++