System::Xml::Schema::XmlSchemaObjectCollection::Contains metode

XmlSchemaObjectCollection::Contains method

Menunjukkan apakah XmlSchemaObject yang ditentukan berada di dalam XmlSchemaObjectCollection.

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

Lihat Juga