Udostępnij przez


ElementContentIterator.Create(XPathNavigator, String, String) Metoda

Definicja

Inicjuje element ElementContentIterator.

To API wspiera infrastrukturę produktu i nie jest przeznaczone do bezpośredniego używania z twojego kodu.

public:
 void Create(System::Xml::XPath::XPathNavigator ^ context, System::String ^ localName, System::String ^ ns);
public void Create(System.Xml.XPath.XPathNavigator context, string localName, string ns);
member this.Create : System.Xml.XPath.XPathNavigator * string * string -> unit
Public Sub Create (context As XPathNavigator, localName As String, ns As String)

Parametry

context
XPathNavigator

Węzeł, z którego rozpoczniesz przechodzenie przez elementy podrzędne.

localName
String

Nazwa lokalna.

ns
String

Przestrzeń nazw.

Dotyczy