'Declaration Function removeExpression( _ ByVal propname As System.String _ ) As System.Boolean
System.bool removeExpression( System.string propname )
Parameters
- propname
removeExpression
method of IHTMLElement2
interface.
'Declaration Function removeExpression( _ ByVal propname As System.String _ ) As System.Boolean
System.bool removeExpression( System.string propname )
An original IDL definition of removeExpression
method was the following: HRESULT removeExpression (BSTR propname, [out, retval] VARIANT_BOOL* ReturnValue)
;