XmlSchemaEnumerator.IEnumerator.Current Propiedad

Definición

Obtiene el elemento actual de la colección de objetos XmlSchema.

property System::Object ^ System::Collections::IEnumerator::Current { System::Object ^ get(); };
object System.Collections.IEnumerator.Current { get; }
member this.System.Collections.IEnumerator.Current : obj
 ReadOnly Property Current As Object Implements IEnumerator.Current

Valor de propiedad

Object

Elemento actual de la colección de objetos XmlSchema.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de XmlSchemaEnumerator se convierte en una interfaz IEnumerator.

Se aplica a