Edit

Share via


XPathTypedValue.Evaluate Method

Definition

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.

Applies to