System::Xml::Schema::XmlSchemaSet::Contains yöntemi

XmlSchemaSet::Contains(const SharedPtr<XmlSchema>&) method

Belirtilen XML Schema tanım dili (XSD) XmlSchema nesnesinin XmlSchemaSet içinde olup olmadığını gösterir.

bool System::Xml::Schema::XmlSchemaSet::Contains(const SharedPtr<XmlSchema> &schema)
ParameterTypeAçı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 Schema tanım dili (XSD) şemasının XmlSchemaSet içinde olup olmadığını gösterir.

bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
ParameterTypeAçıklama
targetNamespaceStringŞ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