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

適用対象