Sdílet prostřednictvím


AncestorIterator.Create(XPathNavigator, XmlNavigatorFilter, Boolean) Metoda

Definice

Inicializuje AncestorIterator .

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

public:
 void Create(System::Xml::XPath::XPathNavigator ^ context, System::Xml::Xsl::Runtime::XmlNavigatorFilter ^ filter, bool orSelf);
public void Create (System.Xml.XPath.XPathNavigator context, System.Xml.Xsl.Runtime.XmlNavigatorFilter filter, bool orSelf);
member this.Create : System.Xml.XPath.XPathNavigator * System.Xml.Xsl.Runtime.XmlNavigatorFilter * bool -> unit
Public Sub Create (context As XPathNavigator, filter As XmlNavigatorFilter, orSelf As Boolean)

Parametry

context
XPathNavigator

Uzel, ze kterého začnete přechádovat předchůdce.

filter
XmlNavigatorFilter

Instance třídy XmlNavigatorFilter , která umožňuje filtrovat uzly na základě názvu. Další informace naleznete v tématu XmlNavigatorFilter.

orSelf
Boolean

true Pokud chcete, context aby byl uzel vrácen jako součást iterace a nebyl odfiltrován.

Platí pro