Aracılığıyla paylaş


XmlSchemaObjectCollection.Contains(XmlSchemaObject) Yöntem

Tanım

Belirtilen XmlSchemaObject öğesinin içinde XmlSchemaObjectCollectionolup olmadığını gösterir.

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

Parametreler

Döndürülenler

Boolean

true belirtilen nitelenmiş ad koleksiyondaysa; aksi takdirde döndürür false. Null sağlanırsa, false null adlı nitelenmiş ad olmadığından döndürülür.

Şunlara uygulanır