'Declaration Function contains( _ ByVal pChild As IHTMLElement _ ) As System.Boolean
System.bool contains( IHTMLElement pChild )
Parameters
- pChild
contains
method of IHTMLElement
interface.
'Declaration Function contains( _ ByVal pChild As IHTMLElement _ ) As System.Boolean
System.bool contains( IHTMLElement pChild )
An original IDL definition of contains
method was the following: HRESULT contains (IHTMLElement* pChild, [out, retval] VARIANT_BOOL* ReturnValue)
;