System::Xml::Schema::XmlSchemaSet::Contains मेथड
अंतर्वस्तु
[
छिपाना
]XmlSchemaSet::Contains(const SharedPtr<XmlSchema>&) method
निर्दिष्ट XML Schema परिभाषा भाषा (XSD) XmlSchema ऑब्जेक्ट XmlSchemaSet में है या नहीं, यह दर्शाता है।
bool System::Xml::Schema::XmlSchemaSet::Contains(const SharedPtr<XmlSchema> &schema)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| 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
निर्दिष्ट target namespace URI वाले XML Schema परिभाषा भाषा (XSD) स्कीमा XmlSchemaSet में है या नहीं, यह दर्शाता है।
bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| 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++