XmlSchemaEnumerator Classe
Definição
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)
- Herança
-
XmlSchemaEnumerator
- Implementações
Comentários
Use o XmlSchemaEnumerator para executar iterações for-each em uma coleção de XmlSchema objetos contidos em uma instância da XmlSchemas classe.Use the XmlSchemaEnumerator to perform for-each iterations over a collection of XmlSchema objects contained by an instance of the XmlSchemas class.
Construtores
| XmlSchemaEnumerator(XmlSchemas) |
Inicializa uma nova instância da classe XmlSchemaEnumerator.Initializes a new instance of the XmlSchemaEnumerator class. |
Propriedades
| Current |
Obtém o elemento atual na coleção.Gets the current element in the collection. |
Métodos
| Dispose() |
Libera todos os recursos usados pelo XmlSchemaEnumerator.Releases all resources used by the XmlSchemaEnumerator. |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| MoveNext() |
Avança o enumerador para o próximo item na coleção.Advances the enumerator to the next item in the collection. |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |
Implantações explícitas de interface
| IEnumerator.Current |
Obtém o elemento atual na coleção de objetos XmlSchema.Gets the current element in the collection of XmlSchema objects. |
| IEnumerator.Reset() |
Define o enumerador como sua posição inicial, que é antes do primeiro elemento na coleção de objetos XmlSchema.Sets the enumerator to its initial position, which is before the first element in the collection of XmlSchema objects. |