'Declaration
Public Function New( _ ByVal hostElement As HostElement _ )
'Usage
Dim hostElement As HostElement Dim instance As New HostElement(hostElement)
public HostElement( HostElement hostElement )
public: HostElement( HostElement^ hostElement )
Parameters
- hostElement
- Host element to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).