'Declaration
<NotNullAttribute()> Public Shared Function MakePathElements( _ ByVal browseNames As IEnumerable(Of String) _ ) As IEnumerable(Of DANodeElement)
'Usage
Dim browseNames As IEnumerable(Of String) Dim value As IEnumerable(Of DANodeElement) value = DANodeElement.MakePathElements(browseNames)
[NotNull()] public static IEnumerable<DANodeElement> MakePathElements( IEnumerable<string> browseNames )
[NotNull()] public: static IEnumerable<DANodeElement^>^ MakePathElements( IEnumerable<String^>^ browseNames )
Parameters
- browseNames
- The browse names that represent the path to be created.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
An "enumerable" of node elements, starting from the root.
This method never returns null
(Nothing
in Visual Basic).