PrecedingIterator.MoveNext Método
Definição
Posiciona o iterador no próximo nó precedente na ordem inversa do documento.Positions the iterator on the next preceding node in reverse document order.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
bool MoveNext();
public bool MoveNext ();
member this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean
Retornos
true se o próximo nó anterior existir; caso contrário, false.true if the next preceding node exists; otherwise, false.
Comentários
Se o próximo nó anterior existir, o MoveNext método definirá a Current propriedade para o navegador de resultados atual; caso contrário, a Current Propriedade permanecerá inalterada.If the next preceding node exists, the MoveNext method sets the Current property to the current result navigator; otherwise, the Current property remains unchanged.