AncestorDocOrderIterator.Create Metoda

Definicja

Inicjuje AncestorDocOrderIterator .

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Węzeł, z którego rozpoczynasz przechodzenie przez element nadrzędny.

filter
XmlNavigatorFilter

Umożliwia filtrowanie węzłów na podstawie nazwy.

orSelf
Boolean

true Jeśli chcesz, aby węzeł był zwracany w ramach iteracji, a context nie odfiltrowywano.

Dotyczy