MathObjectClass.Eval method
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.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Public Overridable Function Eval ( _
pxmllistContext As IXMLDOMNodeList, _
bstrExpression As String _
) As Object
'Usage
Dim instance As MathObjectClass
Dim pxmllistContext As IXMLDOMNodeList
Dim bstrExpression As String
Dim returnValue As Object
returnValue = instance.Eval(pxmllistContext, _
bstrExpression)
public virtual Object Eval(
IXMLDOMNodeList pxmllistContext,
string bstrExpression
)
Parameters
- pxmllistContext
Type: Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList
- bstrExpression
Type: System.String
Return value
Type: System.Object
Implements
IPMath.Eval(IXMLDOMNodeList, String)