Sdílet prostřednictvím


MathObjectClass.Eval-Methode

Dies ist ein Wrappertyp für eine Coklasse oder ein Coklassenmember, die bzw. der für den verwalteten Code der COM-Interoperabilität erforderlich ist. Diese Klasse soll nicht in Code verwendet werden.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
<DispIdAttribute(5)> _
Public Overridable Function Eval ( _
    <InAttribute> pxmllistContext As IXMLDOMNodeList, _
    <InAttribute> bstrExpression As String _
) As Object Implements IPMath.Eval
'Usage
Dim instance As MathObjectClass
Dim pxmllistContext As IXMLDOMNodeList
Dim bstrExpression As String
Dim returnValue As Object

returnValue = CType(instance, IPMath).Eval(pxmllistContext, bstrExpression)
[DispIdAttribute(5)] 
public virtual Object IPMath.Eval (
    [InAttribute] IXMLDOMNodeList pxmllistContext,
    [InAttribute] string bstrExpression
)

Parameter

  • pxmllistContext
  • bstrExpression

Siehe auch

Referenz

MathObjectClass-Klasse
MathObjectClass-Member
Microsoft.Office.Interop.InfoPath-Namespace