XmlSchemas.IEnumerable<XmlSchema>.GetEnumerator Metodo

Definizione

Restituisce un enumeratore che scorre la raccolta di valori XML Schema.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

 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

Restituisce

Oggetto IEnumerator che può essere usato per eseguire l'iterazione della raccolta.

Implementazioni

Si applica a