System::Xml::Schema::XmlSchemaSet::Contains メソッド

XmlSchemaSet::Contains(const SharedPtr<XmlSchema>&) method

指定された XML Schema 定義言語 (XSD) XmlSchema オブジェクトが XmlSchemaSet に含まれているかどうかを示します。

bool System::Xml::Schema::XmlSchemaSet::Contains(const SharedPtr<XmlSchema> &schema)
パラメーター説明
schemaconst SharedPtr<XmlSchema>&XmlSchema オブジェクト。

ReturnValue

true if the XmlSchema object is in the XmlSchemaSet; otherwise, false.

参照

XmlSchemaSet::Contains(String) method

指定されたターゲット名前空間 URI を持つ XML Schema 定義言語 (XSD) スキーマが XmlSchemaSet に含まれているかどうかを示します。

bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
パラメーター説明
targetNamespaceStringスキーマの targetNamespace プロパティです。

ReturnValue

true if a schema with the specified target namespace URI is in the XmlSchemaSet; otherwise, false.

参照