XPathTypedValue.Evaluate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluates the XPath expression defined for an XPathTypedValue object.
public:
abstract System::String ^ Evaluate();
public abstract string Evaluate ();
abstract member Evaluate : unit -> string
Public MustOverride Function Evaluate () As String
Returns
The value returned when the XPath expression specified for an XPathTypedValue object is evaluated.
Remarks
This member can be accessed without restrictions.
This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.