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

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

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

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

ReturnValue

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

انظر أيضًا

XmlSchemaSet::Contains(String) method

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

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

ReturnValue

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

انظر أيضًا