System::Xml::Schema::XmlSchemaObjectCollection::Contains méthode
XmlSchemaObjectCollection::Contains method
Indique si le XmlSchemaObject spécifié se trouve dans la XmlSchemaObjectCollection.
bool System::Xml::Schema::XmlSchemaObjectCollection::Contains(const SharedPtr<XmlSchemaObject> &item)
| Paramètre | Type | Description |
|---|---|---|
| item | const SharedPtr<XmlSchemaObject>& | Le 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.
Voir aussi
- Typedef SharedPtr
- Class XmlSchemaObject
- Class XmlSchemaObjectCollection
- Namespace System::Xml::Schema
- Library Aspose.Font for C++