[]
contains
method of IHTMLElement
interface.
bool contains(IHTMLElement pChild)
Type | Name | Description |
---|---|---|
IHTMLElement | pChild |
Type | Description |
---|---|
bool |
An original IDL definition of contains
method was the following: HRESULT contains (IHTMLElement* pChild, [out, retval] VARIANT_BOOL* ReturnValue)
;