XmlSchemaObjectCollection.Contains(XmlSchemaObject) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si le spécifié XmlSchemaObject se trouve dans le XmlSchemaObjectCollection.
public:
bool Contains(System::Xml::Schema::XmlSchemaObject ^ item);
public bool Contains(System.Xml.Schema.XmlSchemaObject item);
member this.Contains : System.Xml.Schema.XmlSchemaObject -> bool
Public Function Contains (item As XmlSchemaObject) As Boolean
Paramètres
- item
- XmlSchemaObject
L’attribut XmlSchemaObject.
Retours
true si le nom qualifié spécifié se trouve dans la collection ; sinon, retourne false. Si la valeur null est fournie, false elle est retournée, car il n’existe aucun nom qualifié avec un nom null.