XmlSchemas.IEnumerable<XmlSchema>.GetEnumerator Metoda

Definicja

Zwraca moduł wyliczający, który iteruje po kolekcji schematów XML.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

 virtual System::Collections::Generic::IEnumerator<System::Xml::Schema::XmlSchema ^> ^ System.Collections.Generic.IEnumerable<System.Xml.Schema.XmlSchema>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Xml::Schema::XmlSchema ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Xml.Schema.XmlSchema> IEnumerable<XmlSchema>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Xml.Schema.XmlSchema>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Xml.Schema.XmlSchema>
override this.System.Collections.Generic.IEnumerable<System.Xml.Schema.XmlSchema>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Xml.Schema.XmlSchema>
Function GetEnumerator () As IEnumerator(Of XmlSchema) Implements IEnumerable(Of XmlSchema).GetEnumerator

Zwraca

IEnumerator<XmlSchema>

Obiekt IEnumerator, który może służyć do iterowania po kolekcji.

Implementuje

Dotyczy