'Declaration
Public Function New( _ ByVal startingNodeDescriptor As UANodeDescriptor, _ ByVal elements As IEnumerable(Of UABrowsePathElement) _ )
'Usage
Dim startingNodeDescriptor As UANodeDescriptor Dim elements As IEnumerable(Of UABrowsePathElement) Dim instance As New UABrowsePath(startingNodeDescriptor, elements)
public UABrowsePath( UANodeDescriptor startingNodeDescriptor, IEnumerable<UABrowsePathElement> elements )
public: UABrowsePath( UANodeDescriptor^ startingNodeDescriptor, IEnumerable<UABrowsePathElement^>^ elements )
Parameters
- startingNodeDescriptor
- The starting node descriptor of the browse path.
- elements
- A sequence of browse path elements that form the path, beginning from the starting node.