System::Xml::Schema::XmlSchemaObjectCollection::Contains Methode
XmlSchemaObjectCollection::Contains method
Gibt an, ob das angegebene XmlSchemaObject in der XmlSchemaObjectCollection ist.
bool System::Xml::Schema::XmlSchemaObjectCollection::Contains(const SharedPtr<XmlSchemaObject> &item)
| Parameter | Typ | Beschreibung |
|---|---|---|
| item | const SharedPtr<XmlSchemaObject>& | Das 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.
Siehe auch
- Typedef SharedPtr
- Class XmlSchemaObject
- Class XmlSchemaObjectCollection
- Namespace System::Xml::Schema
- Library Aspose.Font for C++