Parses a string containing a relative browse path, and returns a corresponding browse path element collection.
Syntax
Parameters
- value
- The string containing the relative browse path to be parsed.
The value of this parameter can be null
(Nothing
in Visual Basic).
Return Value
Returns a collection of browse path elements corresponding to the input string.
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).
Exceptions
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also