'Declaration Function getAttribute( _ ByVal strAttributeName As System.String, _ ByVal lFlags As System.Integer _ ) As System.Object
System.object getAttribute( System.string strAttributeName, System.int lFlags )
Parameters
- strAttributeName
- lFlags
getAttribute
method of IHTMLElement
interface.
'Declaration Function getAttribute( _ ByVal strAttributeName As System.String, _ ByVal lFlags As System.Integer _ ) As System.Object
System.object getAttribute( System.string strAttributeName, System.int lFlags )
An original IDL definition of getAttribute
method was the following: HRESULT getAttribute (BSTR strAttributeName, [optional, defaultvalue(0)] long lFlags, [out, retval] VARIANT* ReturnValue)
;