This documentation is archived and is not being maintained.
XPathBinder::Select Method
Visual Studio 2010
Uses an XPath data-binding expression at run time to return a list of nodes.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Select(Object, String) | Uses an XPath data-binding expression at run time to return a list of nodes. |
|
Select(Object, String, IXmlNamespaceResolver) | Uses an XPath data-binding expression at run time to return a list of nodes, using the IXmlNamespaceResolver object specified to resolve namespace prefixes in the XPath expression. |
Show: