'Declaration
<NotNullAttribute()> Public Shared Function Add( _ ByVal nodeDescriptor As UANodeDescriptor, _ ByVal browsePathElement As UABrowsePathElement _ ) As UANodeDescriptor
'Usage
Dim nodeDescriptor As UANodeDescriptor Dim browsePathElement As UABrowsePathElement Dim value As UANodeDescriptor value = UANodeDescriptor.Add(nodeDescriptor, browsePathElement)
[NotNull()] public static UANodeDescriptor Add( UANodeDescriptor nodeDescriptor, UABrowsePathElement browsePathElement )
[NotNull()] public: static UANodeDescriptor^ Add( UANodeDescriptor^ nodeDescriptor, UABrowsePathElement^ browsePathElement )
Parameters
- nodeDescriptor
- The node descriptor object.
- browsePathElement
- The browse path element.