Udostępnij za pośrednictwem


ServiceDescriptionImporter.Schemas Właściwość

Definicja

Pobiera wartość XmlSchemas używaną ServiceDescriptions przez właściwość .

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

Wartość właściwości

XmlSchemas

XmlSchemas Obiekt zawierający schematy XML używane przez ServiceDescription wystąpienia w kolekcjiServiceDescriptions.

Przykłady

Poniższy przykład ilustruje użycie Schemas właściwości.

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

Dotyczy