طريقة System::Xml::Schema::XmlSchemaSet::Contains

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

تشير إلى ما إذا كان كائن XmlSchema لمخطط تعريف لغة XML (XSD) المحدد موجودًا في XmlSchemaSet.

bool System::Xml::Schema::XmlSchemaSet::Contains(const SharedPtr<XmlSchema> &schema)
ParameterTypeالوصف
schemaconst SharedPtr<XmlSchema>&الكائن XmlSchema.

ReturnValue

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

انظر أيضًا

XmlSchemaSet::Contains(String) method

تشير إلى ما إذا كان المخطط تعريف لغة XML (XSD) مع مساحة الاسم الهدف المحددة موجودًا في XmlSchemaSet.

bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
ParameterTypeالوصف
targetNamespaceStringخاصية المخطط targetNamespace.

ReturnValue

true if a schema with the specified target namespace URI is in the XmlSchemaSet; otherwise, false.

انظر أيضًا