[]
insertAdjacentText
method of IHTMLElement
interface.
void insertAdjacentText(string where, string text)
Type | Name | Description |
---|---|---|
string | where | |
string | text |
An original IDL definition of insertAdjacentText
method was the following: HRESULT insertAdjacentText (BSTR where, BSTR text)
;