XsdDataContractExporter.Schemas プロパティ

定義

エクスポートされた XML スキーマのコレクションを取得します。

public:
 property System::Xml::Schema::XmlSchemaSet ^ Schemas { System::Xml::Schema::XmlSchemaSet ^ get(); };
public System.Xml.Schema.XmlSchemaSet Schemas { get; }
member this.Schemas : System.Xml.Schema.XmlSchemaSet
Public ReadOnly Property Schemas As XmlSchemaSet

プロパティ値

XmlSchemaSet メソッドの呼び出し後に共通言語ランタイム (CLR) 型のセットから変換されたスキーマを含むExport

適用対象