This documentation is archived and is not being maintained.
TemplateControl::XPathSelect Method
Visual Studio 2010
Provides run-time data binding against XML-based data and returns a node collection that implements the IEnumerable interface.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
XPathSelect(String) | Evaluates an XPath data-binding expression and returns a node collection that implements the IEnumerable interface. |
|
XPathSelect(String, IXmlNamespaceResolver) | Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and returns a node collection that implements the IEnumerable interface. |
Show: