'Declaration<NotNullAttribute()> Public Operator +( _ ByVal browsePath As UABrowsePath, _ ByVal element As UABrowsePathElement _ ) As UABrowsePath
'Usage
 
            [NotNull()] public UABrowsePath operator +( UABrowsePath browsePath, UABrowsePathElement element )
[NotNull()] public: UABrowsePath^ operator +( UABrowsePath^ browsePath, UABrowsePathElement^ element )
Parameters
- browsePath
 - The browse path.
 - element
 - The browse element to be appended to the browse path.