NodeKindContentIterator.Current Vlastnost

Definice

Vrátí aktuální výsledek navigátoru.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Hodnota vlastnosti

XPathNavigator

Aktuální Navigátor výsledků

Poznámky

Stav Navigátoru se změní pouze v případě, že MoveNext byla vrácena metoda true .

Platí pro