'Declaration Function addBehavior( _ ByVal bstrUrl As System.String, _ ByRef pvarFactory As System.Object _ ) As System.Integer
System.int addBehavior( System.string bstrUrl, ref System.object pvarFactory )
Parameters
- bstrUrl
- pvarFactory
addBehavior
method of IHTMLElement2
interface.
'Declaration Function addBehavior( _ ByVal bstrUrl As System.String, _ ByRef pvarFactory As System.Object _ ) As System.Integer
System.int addBehavior( System.string bstrUrl, ref System.object pvarFactory )
An original IDL definition of addBehavior
method was the following: HRESULT addBehavior (BSTR bstrUrl, [in, optional] VARIANT* pvarFactory, [out, retval] long* ReturnValue)
;