System::Xml::Schema::XmlSchemaObjectCollection::Contains metodu

XmlSchemaObjectCollection::Contains method

Belirtilen XmlSchemaObject nesnesinin XmlSchemaObjectCollection içinde olup olmadığını gösterir.

bool System::Xml::Schema::XmlSchemaObjectCollection::Contains(const SharedPtr<XmlSchemaObject> &item)
ParametreTürAçıklama
itemconst SharedPtr<XmlSchemaObject>&XmlSchemaObject nesnesi.

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.

Ayrıca Bakınız