[]
applyElement method of IHTMLElement2 interface.
IHTMLElement applyElement(IHTMLElement apply, string where)
Function applyElement(apply As IHTMLElement, where As String) As IHTMLElement
| Type | Name | Description |
|---|---|---|
| IHTMLElement | apply | |
| string | where |
| Type | Description |
|---|---|
| IHTMLElement |
An original IDL definition of applyElement method was the following: HRESULT applyElement (IHTMLElement* apply, BSTR where, [out, retval] IHTMLElement** ReturnValue);