XmlSchemaCollection.GetEnumerator Metoda

Definice

Poskytuje podporu iterace stylu "for each" pro kolekci schémat.

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

Návraty

Enumerátor pro iteraci nad všemi schématy v aktuální kolekci.

Poznámky

Important

Třída XmlSchemaCollection je zastaralá v rozhraní .NET Framework verze 2.0 a byla nahrazena XmlSchemaSet třídou.

Platí pro

Viz také