'Declaration
<NotNullAttribute()> Public Shared Function Add( _ ByVal browsePath As UABrowsePath, _ ByVal element As UABrowsePathElement _ ) As UABrowsePath
'Usage
Dim browsePath As UABrowsePath Dim element As UABrowsePathElement Dim value As UABrowsePath value = UABrowsePath.Add(browsePath, element)
[NotNull()] public static UABrowsePath Add( UABrowsePath browsePath, UABrowsePathElement element )
[NotNull()] public: static UABrowsePath^ Add( UABrowsePath^ browsePath, UABrowsePathElement^ element )
Parameters
- browsePath
- The browse path.
- element
- The browse element to be appended to the browse path.
Return Value
Creates the appended browse path.