ServiceDescriptionImporter.Schemas プロパティ

定義

XmlSchemas プロパティによって使用される ServiceDescriptions を取得します。

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

プロパティ値

XmlSchemas

XmlSchemas コレクション内の ServiceDescription インスタンスによって使用される XML スキーマを格納する ServiceDescriptions オブジェクト。

次の例は、プロパティの使用方法を Schemas 示しています。

// Report on the service descriptions.
Console::WriteLine( "Importing {0} service descriptions with {1} associated schemas.", importer->ServiceDescriptions->Count, importer->Schemas->Count );
// Report on the service descriptions.
Console.WriteLine("Importing {0} service descriptions with {1} associated schemas.",
                  importer.ServiceDescriptions.Count, importer.Schemas.Count);

適用対象