System::Xml::Schema::XmlSchemaObjectCollection::Contains 메서드

XmlSchemaObjectCollection::Contains method

지정된 XmlSchemaObjectXmlSchemaObjectCollection에 포함되어 있는지 여부를 나타냅니다.

bool System::Xml::Schema::XmlSchemaObjectCollection::Contains(const SharedPtr<XmlSchemaObject> &item)
매개변수형식설명
itemconst 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.

또 보기