Condividi tramite


ServiceDescriptionImporter.Schemas Proprietà

Definizione

Ottiene l'oggetto XmlSchemas utilizzato dalla proprietà 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

Valore della proprietà

XmlSchemas

Oggetto XmlSchemas che contiene XML Schema utilizzati dalle istanze di ServiceDescription nell'insieme ServiceDescriptions.

Esempio

Nell'esempio seguente viene illustrato l'uso Schemas della proprietà.

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

Si applica a