[]
setAttribute
method of IHTMLElement
interface.
void setAttribute(string strAttributeName, object AttributeValue, int lFlags)
Type | Name | Description |
---|---|---|
string | strAttributeName | |
object | AttributeValue | |
int | lFlags |
An original IDL definition of setAttribute
method was the following: HRESULT setAttribute (BSTR strAttributeName, VARIANT AttributeValue, [optional, defaultvalue(1)] long lFlags)
;