Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLElement2 Interface / getExpression Method

In This Topic
    getExpression Method
    In This Topic

    getExpression method of IHTMLElement2 interface.

    Syntax
    'Declaration
     
    Function getExpression( _
       ByVal propname As System.String _
    ) As System.Object
    System.object getExpression( 
       System.string propname
    )

    Parameters

    propname
    Remarks

    An original IDL definition of getExpression method was the following: HRESULT getExpression (BSTR propname, [out, retval] VARIANT* ReturnValue);

    See Also