AncestorDocOrderIterator.Current Propriedade
Definição
Retorna o navegador de resultados atual.Returns the current result navigator.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
property System::Xml::XPath::XPathNavigator ^ Current { System::Xml::XPath::XPathNavigator ^ get(); };
public System.Xml.XPath.XPathNavigator Current { get; }
member this.Current : System.Xml.XPath.XPathNavigator
Public ReadOnly Property Current As XPathNavigator
Valor da propriedade
O navegador de resultados atual.The current result navigator.
Comentários
O estado do navegador será alterado somente se o MoveNext método tiver retornado true .The state of the navigator changes only if the MoveNext method has returned true.