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