XmlSchemaObjectCollection.Contains(XmlSchemaObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- item
- XmlSchemaObject
The XmlSchemaObject.
Returns
true
if the specified qualified name is in the collection; otherwise, returns false
. If null is supplied, false
is returned because there is no qualified name with a null name.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.