'Declaration Function getElementById( _ ByVal v As System.String _ ) As IHTMLElement
IHTMLElement getElementById( System.string v )
Parameters
- v
getElementById
method of IHTMLDocument3
interface.
'Declaration Function getElementById( _ ByVal v As System.String _ ) As IHTMLElement
IHTMLElement getElementById( System.string v )
An original IDL definition of getElementById
method was the following: HRESULT getElementById (BSTR v, [out, retval] IHTMLElement** ReturnValue)
;