XmlSchemaSet::Contains Method (XmlSchema^)
.NET Framework (current version)
Indicates whether the specified XML Schema definition language (XSD) XmlSchema object is in the XmlSchemaSet.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- schema
-
Type:
System.Xml.Schema::XmlSchema^
The XmlSchema object.
Return Value
Type: System::Booleantrue if the XmlSchema object is in the XmlSchemaSet; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | The XmlSchemaSet passed as a parameter is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: