XmlSchemaEnumerator Třída
Definice
public ref class XmlSchemaEnumerator : System::Collections::Generic::IEnumerator<System::Xml::Schema::XmlSchema ^>
public class XmlSchemaEnumerator : System.Collections.Generic.IEnumerator<System.Xml.Schema.XmlSchema>
type XmlSchemaEnumerator = class
interface IEnumerator<XmlSchema>
interface IEnumerator
interface IDisposable
type XmlSchemaEnumerator = class
interface IEnumerator<XmlSchema>
interface IDisposable
interface IEnumerator
Public Class XmlSchemaEnumerator
Implements IEnumerator(Of XmlSchema)
- Dědičnost
-
XmlSchemaEnumerator
- Implementuje
Poznámky
Použijte XmlSchemaEnumerator k provedení pro každou iteraci v kolekci XmlSchema objektů obsažených v instanci XmlSchemas třídy.Use the XmlSchemaEnumerator to perform for-each iterations over a collection of XmlSchema objects contained by an instance of the XmlSchemas class.
Konstruktory
XmlSchemaEnumerator(XmlSchemas) |
Inicializuje novou instanci XmlSchemaEnumerator třídy.Initializes a new instance of the XmlSchemaEnumerator class. |
Vlastnosti
Current |
Získá aktuální prvek v kolekci.Gets the current element in the collection. |
Metody
Dispose() |
Uvolní všechny prostředky, které používá XmlSchemaEnumerator .Releases all resources used by the XmlSchemaEnumerator. |
Equals(Object) |
Určí, zda se zadaný objekt rovná aktuálnímu objektu.Determines whether the specified object is equal to the current object. (Zděděno od Object) |
GetHashCode() |
Slouží jako výchozí funkce hash.Serves as the default hash function. (Zděděno od Object) |
GetType() |
Získá Type aktuální instanci.Gets the Type of the current instance. (Zděděno od Object) |
MemberwiseClone() |
Vytvoří kopii aktuálního seznamu Object .Creates a shallow copy of the current Object. (Zděděno od Object) |
MoveNext() |
Posune enumerátor na další položku v kolekci.Advances the enumerator to the next item in the collection. |
ToString() |
Vrátí řetězec, který představuje aktuální objekt.Returns a string that represents the current object. (Zděděno od Object) |
Explicitní implementace rozhraní
IEnumerator.Current |
Získá aktuální prvek v kolekci XmlSchema objektů.Gets the current element in the collection of XmlSchema objects. |
IEnumerator.Reset() |
Nastaví enumerátor na jeho počáteční pozici, která je před prvním prvkem v kolekci XmlSchema objektů.Sets the enumerator to its initial position, which is before the first element in the collection of XmlSchema objects. |