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.

संबंधित देखें