XmlSchemaObjectCollection.Contains(XmlSchemaObject) Método

Definição

Indica se o XmlSchemaObject especificado está na XmlSchemaObjectCollection.Indicates if the specified XmlSchemaObject is in the 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

Parâmetros

Retornos

Boolean

true se o nome qualificado especificado estiver na coleção, caso contrário, retornará false.true if the specified qualified name is in the collection; otherwise, returns false. Se nulo for fornecido, false será retornado porque não há nenhum nome qualificado com um nome nulo.If null is supplied, false is returned because there is no qualified name with a null name.

Aplica-se a