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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.