[]
getAttribute
method of IHTMLStyle
interface.
object getAttribute(string strAttributeName, int lFlags)
Type | Name | Description |
---|---|---|
string | strAttributeName | |
int | lFlags |
Type | Description |
---|---|
object |
An original IDL definition of getAttribute
method was the following: HRESULT getAttribute (BSTR strAttributeName, [optional, defaultvalue(0)] long lFlags, [out, retval] VARIANT* ReturnValue)
;