Url::JoinSegments Method (Int32, Int32)
Visual Studio 2015
Joins the specified segments into a path.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- i
-
Type:
System::Int32
The index of the Segments array at which to start the path.
- j
-
Type:
System::Int32
The index of the Segments array at which to stop adding segments to the path.
Return Value
Type: System::String^The unescaped path, starting at segment i and not including segment j or higher.
Show: