Edit

Share via


MathObjectClass.Eval(IXMLDOMNodeList, String) Method

Definition

This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.

public:
 virtual System::Object ^ Eval(Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNodeList ^ pxmllistContext, System::String ^ bstrExpression) = Microsoft::Office::Interop::InfoPath::IPMath::Eval;
public virtual object Eval (Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList pxmllistContext, string bstrExpression);
abstract member Eval : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList * string -> obj
override this.Eval : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList * string -> obj
Public Overridable Function Eval (pxmllistContext As IXMLDOMNodeList, bstrExpression As String) As Object

Parameters

pxmllistContext
IXMLDOMNodeList
bstrExpression
String

Returns

Implements

Applies to