FileSystemEnumerator<TResult>.IEnumerator.Current Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém o objeto atualmente visitado.
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 Propriedade
O objeto atualmente visitado.
Implementações
Observações
Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a FileSystemEnumerator<TResult> instância é transmitida para uma IEnumerator interface.