XmlSchemas.IEnumerable<XmlSchema>.GetEnumerator Yöntem

Tanım

XML şemaları koleksiyonunda yineleyen bir numaralandırıcı döndürür.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

 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

Döndürülenler

Koleksiyonda yinelemek için kullanılabilecek bir IEnumerator nesnesi.

Uygulamalar

Şunlara uygulanır