Метод System::Xml::Schema::XmlSchemaObjectCollection::Contains
XmlSchemaObjectCollection::Contains method
Указывает, находится ли указанный XmlSchemaObject в XmlSchemaObjectCollection.
bool System::Xml::Schema::XmlSchemaObjectCollection::Contains(const SharedPtr<XmlSchemaObject> &item)
| Параметр | Тип | Описание |
|---|---|---|
| item | const 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.
См. также
- Typedef SharedPtr
- Class XmlSchemaObject
- Class XmlSchemaObjectCollection
- Namespace System::Xml::Schema
- Library Aspose.Page for C++