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.

参照