Url::GetRemainder Method (Int32)
Visual Studio 2015
Gets the unescaped remainder of the path, starting at the specified segment.
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 getting the path.
Return Value
Type: System::String^The unescaped remainder of the path, starting with the specified index of the Segments array.
Show: