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)
| パラメーター | 型 | 説明 |
|---|---|---|
| schema | const SharedPtr<XmlSchema>& | XmlSchema オブジェクト。 |
ReturnValue
true if the XmlSchema object is in the XmlSchemaSet; otherwise, false.
参照
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchemaSet::Contains(String) method
指定されたターゲット名前空間 URI を持つ XML Schema 定義言語 (XSD) スキーマが XmlSchemaSet に含まれているかどうかを示します。
bool System::Xml::Schema::XmlSchemaSet::Contains(String targetNamespace)
| パラメーター | 型 | 説明 |
|---|---|---|
| targetNamespace | String | スキーマの targetNamespace プロパティです。 |
ReturnValue
true if a schema with the specified target namespace URI is in the XmlSchemaSet; otherwise, false.
参照
- Class String
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++