System::Xml::Schema::XmlSchemaObjectTable::Contains 方法

XmlSchemaObjectTable::Contains method

确定指定的限定名称是否存在于集合中。

bool System::Xml::Schema::XmlSchemaObjectTable::Contains(const SharedPtr<XmlQualifiedName> &name)
参数类型描述
nameconst SharedPtr<XmlQualifiedName>&XmlQualifiedName

ReturnValue

true if the qualified name specified exists in the collection; otherwise, false.

另见