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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.