'Declaration
<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)
[NotNull()] public StringCollection ParseRelative( string value )
[NotNull()] public: StringCollection^ ParseRelative( String^ value )
Parameters
- value
- The string containing the relative browse path to be parsed.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).