This documentation is archived and is not being maintained.
TemplateControl::XPath Method
Visual Studio 2010
Provides support for parsing and evaluating an XPath data-binding expression against an object at run time.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
XPath(String) | Evaluates an XPath data-binding expression. |
|
XPath(String, String) | Evaluates an XPath data-binding expression using the specified format string to display the result. |
|
XPath(String, IXmlNamespaceResolver) | Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution. |
|
XPath(String, String, IXmlNamespaceResolver) | Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and the specified format string to display the result. |
Show: