System::Xml::Schema::XmlSchemaObjectCollection::Contains methode

XmlSchemaObjectCollection::Contains method

Geeft aan of het opgegeven XmlSchemaObject zich in de XmlSchemaObjectCollection bevindt.

bool System::Xml::Schema::XmlSchemaObjectCollection::Contains(const SharedPtr<XmlSchemaObject> &item)
ParameterTypeBeschrijving
itemconst SharedPtr<XmlSchemaObject>&Het XmlSchemaObject.

ReturnValue

true if the specified qualified name is in the collection; otherwise, returns false. If nullptr is supplied, false is returned because there is no qualified name with a null name.

Zie ook