Aracılığıyla paylaş


ServiceDescriptionImporter.Schemas Özellik

Tanım

XmlSchemas özelliği tarafından kullanılan değerini ServiceDescriptions alır.

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

Özellik Değeri

XmlSchemas

XmlSchemas Koleksiyondaki örnekler tarafından ServiceDescription kullanılan XML şemalarını ServiceDescriptions içeren bir nesne.

Örnekler

Aşağıdaki örnekte özelliğinin kullanımı gösterilmektedir 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);

Şunlara uygulanır