System::Xml::Schema::XmlSchemaObjectCollection::Contains طريقة

XmlSchemaObjectCollection::Contains method

يوضح ما إذا كان XmlSchemaObject موجودًا في XmlSchemaObjectCollection.

bool System::Xml::Schema::XmlSchemaObjectCollection::Contains(const SharedPtr<XmlSchemaObject> &item)
معاملنوعالوصف
itemconst SharedPtr<XmlSchemaObject>&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.

انظر أيضًا