'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Public 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()] public StringCollection ParseRelative( string value )
[ElementsNotNull()] [NotNull()] public: 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.