XPathTypedValue.Evaluate method

Evaluates the XPath expression defined for an XPathTypedValue object.

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
Public MustOverride Function Evaluate As String
'Usage
Dim instance As XPathTypedValue
Dim returnValue As String

returnValue = instance.Evaluate()
public abstract string Evaluate()

Return value

Type: System.String
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.

See also

Reference

XPathTypedValue class

XPathTypedValue members

Microsoft.Office.InfoPath namespace