XmlSchemaObjectTable.Contains(XmlQualifiedName) 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.
Determines if the qualified name specified exists in the collection.
public:
bool Contains(System::Xml::XmlQualifiedName ^ name);
public bool Contains (System.Xml.XmlQualifiedName name);
member this.Contains : System.Xml.XmlQualifiedName -> bool
Public Function Contains (name As XmlQualifiedName) As Boolean
Parameters
- name
- XmlQualifiedName
The XmlQualifiedName.
Returns
true
if the qualified name specified exists in the collection; otherwise, false
.
Remarks
Contains returns false
if a null
value is supplied because there is not a qualified name for a null name.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.