Url::JoinSegments Method (Int32, Int32)

 

Joins the specified segments into a path.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
String^ JoinSegments(
	int i,
	int j
)

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.

Return to top
Show: