XmlSchemaObjectCollection.Contains(XmlSchemaObject) Metodo

Definizione

Indica se l'oggetto XmlSchemaObject specificato è presente nell'insieme 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

Parametri

Restituisce

true se il nome completo si trova nell'insieme; in caso contrario, viene restituito false. Se si specifica null, viene restituito false perché non esiste alcun nome completo con un nome null.

Si applica a