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