AttributeContentIterator.Create(XPathNavigator) Método
Definição
Inicializa o AttributeContentIterator.Initializes the AttributeContentIterator.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
void Create(System::Xml::XPath::XPathNavigator ^ context);
public void Create (System.Xml.XPath.XPathNavigator context);
member this.Create : System.Xml.XPath.XPathNavigator -> unit
Public Sub Create (context As XPathNavigator)
Parâmetros
- context
- XPathNavigator
O nó do qual você inicia começa a fazer o cruzamento de nós de conteúdo filho e atributo.The node from which you start traversing attribute and child content nodes.