System::Xml::Schema::XmlSchemaSet::Contains-methode

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

Geeft aan of het opgegeven XML Schema definitietaal (XSD) XmlSchema object zich in de XmlSchemaSet bevindt.

bool System::Xml::Schema::XmlSchemaSet::Contains(const SharedPtr<XmlSchema> &schema)
ParameterTypeBeschrijving
schemaconst SharedPtr<XmlSchema>&Het XmlSchema object.

ReturnValue

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

Zie ook

XmlSchemaSet::Contains(String) method

Geeft aan of een XML Schema definitietaal (XSD) schema met de opgegeven target-namespace-URI zich in de XmlSchemaSet bevindt.

bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
ParameterTypeBeschrijving
targetNamespaceStringDe targetNamespace-eigenschap van het schema.

ReturnValue

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

Zie ook