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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา