XmlSchema.Includes プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > XmlSchema.Includes プロパティの意味・解説 

XmlSchema.Includes プロパティ

インクルードされたスキーマインポートされたスキーマコレクション取得します

名前空間: System.Xml.Schema
アセンブリ: System.Xml (system.xml.dll 内)
構文構文

Public ReadOnly Property
 Includes As XmlSchemaObjectCollection
Dim instance As XmlSchema
Dim value As XmlSchemaObjectCollection

value = instance.Includes
public XmlSchemaObjectCollection Includes { get;
 }
public:
property XmlSchemaObjectCollection^ Includes {
    XmlSchemaObjectCollection^ get ();
}
/** @property */
public XmlSchemaObjectCollection get_Includes ()
public function get Includes
 () : XmlSchemaObjectCollection

プロパティ
インクルードされたスキーマインポートされたスキーマの XmlSchemaObjectCollection。

解説解説

Add メソッドパラメータとして使用できるのは、XmlSchemaExternal とその派生型 (XmlSchemaImport、XmlSchemaInclude および XmlSchemaRedefine) のみです。インクルードされるスキーマ既存XmlSchema オブジェクトIncludes コレクション追加する方法の例を次に示します

Dim schema As XmlSchema = New
 XmlSchema()

Dim textReader As XmlTextReader = New
 XmlTextReader("include.xsd")
Dim includeSchema As XmlSchema = XmlSchema.Read(textReader,
 null)

Dim include As XmlSchemaInclude = New
 XmlSchemaInclude()
include.Schema = includeSchema;
schema.Includes.Add(include);
XmlSchema schema = new XmlSchema();

XmlTextReader textReader = new XmlTextReader("include.xsd");
XmlSchema includeSchema = XmlSchema.Read(textReader, null);

XmlSchemaInclude include = new XmlSchemaInclude();
include.Schema = includeSchema;
schema.Includes.Add(include);
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照


このページでは「.NET Framework クラス ライブラリ リファレンス」からXmlSchema.Includes プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からXmlSchema.Includes プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からXmlSchema.Includes プロパティ を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

XmlSchema.Includes プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



XmlSchema.Includes プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS