XmlSchemas::Contains Method

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Determines whether the specified item is a member of the collection.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodContains(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns a value that indicates whether the collection contains an XmlSchema object that belongs to the specified namespace.

System_CAPS_pubmethodContains(XmlSchema^)

This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the XmlSchemas contains a specific schema.

Return to top
Show: