Méthode System::Xml::Schema::XmlSchemaObjectTable::Contains

XmlSchemaObjectTable::Contains method

Détermine si le nom qualifié spécifié existe dans la collection.

bool System::Xml::Schema::XmlSchemaObjectTable::Contains(const SharedPtr<XmlQualifiedName> &name)
ParamètreTypeDescription
nameconst SharedPtr<XmlQualifiedName>&Le XmlQualifiedName.

ReturnValue

true if the qualified name specified exists in the collection; otherwise, false.

Voir aussi