'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Function ParseRelative( _ ByVal value As String _ ) As StringCollection
'Usage
Dim instance As _BrowsePathParser Dim value As String Dim value As StringCollection value = instance.ParseRelative(value)
[ElementsNotNull()] [NotNull()] StringCollection ParseRelative( string value )
[ElementsNotNull()] [NotNull()] StringCollection^ ParseRelative( String^ value )
Parameters
- value
- The string containing the relative browse path to be parsed.
Return Value
Returns a collection of browse path elements corresponding to the input string.