System::Xml::Schema::XmlSchemaSet::Contains method

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)
ParametreTürAçıklama
schemaconst SharedPtr<XmlSchema>&XmlSchema nesnesi.

ReturnValue

true if the XmlSchema object is in the XmlSchemaSet; otherwise, false.

Ayrıca Bakınız

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)
ParametreTürAçıklama
targetNamespaceDizeŞ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