Metode System::Xml::Schema::XmlSchemaSet::Contains
isi
[
bersembunyi
]XmlSchemaSet::Contains(const SharedPtr<XmlSchema>&) method
Menunjukkan apakah objek XmlSchema definisi bahasa XML Schema (XSD) yang ditentukan berada dalam XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::Contains(const SharedPtr<XmlSchema> &schema)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| schema | const SharedPtr<XmlSchema>& | Objek XmlSchema. |
ReturnValue
true if the XmlSchema object is in the XmlSchemaSet; otherwise, false.
Lihat Juga
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchemaSet::Contains(String) method
Menunjukkan apakah skema XML Schema definisi bahasa (XSD) dengan URI namespace target yang ditentukan berada dalam XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| targetNamespace | String | Properti skema targetNamespace. |
ReturnValue
true if a schema with the specified target namespace URI is in the XmlSchemaSet; otherwise, false.
Lihat Juga
- Class String
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++