[]
getElementById
method of IHTMLDocument3
interface.
IHTMLElement getElementById(string v)
Type | Name | Description |
---|---|---|
string | v |
Type | Description |
---|---|
IHTMLElement |
An original IDL definition of getElementById
method was the following: HRESULT getElementById (BSTR v, [out, retval] IHTMLElement** ReturnValue)
;