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.

参照