System::Xml::Schema::XmlSchemaSet::Schemas メソッド
XmlSchemaSet::Schemas() method
XmlSchemaSet に含まれるすべての XML Schema 定義言語 (XSD) スキーマのコレクションを返します。
SharedPtr<Collections::Generic::IList<SharedPtr<XmlSchema>>> System::Xml::Schema::XmlSchemaSet::Schemas()
ReturnValue
XmlSchemaSet に追加されたすべてのスキーマを含む IList オブジェクトです。もし XmlSchemaSet にスキーマが追加されていない場合、空のコレクションが返されます。
参照
- Typedef SharedPtr
- Class IList
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchemaSet::Schemas(String) method
指定された名前空間に属する、XmlSchemaSet 内のすべての XML Schema 定義言語 (XSD) スキーマのコレクションを返します。
SharedPtr<Collections::Generic::List<SharedPtr<XmlSchema>>> System::Xml::Schema::XmlSchemaSet::Schemas(String targetNamespace)
| パラメーター | 型 | 説明 |
|---|---|---|
| targetNamespace | String | スキーマの targetNamespace プロパティです。 |
ReturnValue
指定された名前空間に属し、XmlSchemaSet に追加されたすべてのスキーマを含む IList オブジェクトです。もし XmlSchemaSet にスキーマが追加されていない場合、空のコレクションが返されます。
参照
- Typedef SharedPtr
- Class List
- Class XmlSchema
- Class String
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++