System::Xml::Schema::XmlSchemaObjectTable::Contains method

XmlSchemaObjectTable::Contains method

Determina si el nombre calificado especificado existe en la colección.

bool System::Xml::Schema::XmlSchemaObjectTable::Contains(const SharedPtr<XmlQualifiedName> &name)
ParámetroTipoDescripción
nameconst SharedPtr<XmlQualifiedName>&El XmlQualifiedName.

ReturnValue

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

Ver también