ServiceDescriptionImporter.Schemas Vlastnost

Definice

XmlSchemas Získá použitou ServiceDescriptions vlastností.

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

Hodnota vlastnosti

XmlSchemas

Objekt XmlSchemas , který obsahuje schémata XML používaná ServiceDescription instancemi v kolekci ServiceDescriptions .

Příklady

Následující příklad znázorňuje použití Schemas vlastnosti.

// 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);

Platí pro