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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.