System::Xml::Schema::XmlSchemaObjectCollection::Contains metodo

XmlSchemaObjectCollection::Contains method

Indica se il XmlSchemaObject è nella XmlSchemaObjectCollection.

bool System::Xml::Schema::XmlSchemaObjectCollection::Contains(const SharedPtr<XmlSchemaObject> &item)
ParametroTipoDescrizione
itemconst SharedPtr<XmlSchemaObject>&Il 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.

Vedi anche