XmlSchemas.IEnumerable<XmlSchema>.GetEnumerator メソッド

定義

XML スキーマのコレクションを反復処理する列挙子を返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

 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

戻り値

IEnumerator<XmlSchema>

コレクションを反復処理するために使用できる IEnumerator オブジェクト。

実装

適用対象