XmlSchemaCollection.GetEnumerator Metodo

Definizione

Fornisce il supporto per l'iterazione dello stile "for each" sulla raccolta di schemi.

public:
 System::Xml::Schema::XmlSchemaCollectionEnumerator ^ GetEnumerator();
public System.Xml.Schema.XmlSchemaCollectionEnumerator GetEnumerator();
member this.GetEnumerator : unit -> System.Xml.Schema.XmlSchemaCollectionEnumerator
Public Function GetEnumerator () As XmlSchemaCollectionEnumerator

Valori restituiti

Enumeratore per l'iterazione su tutti gli schemi nella raccolta corrente.

Commenti

Importante

La XmlSchemaCollection classe è obsoleta in .NET Framework versione 2.0 ed è stata sostituita dalla XmlSchemaSet classe .

Si applica a

Vedi anche