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++