Share via


Url.GetRemainder Method

Gets the unescaped remainder of the path, starting at the specified segment.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Function GetRemainder ( _
    i As Integer _
) As String
‘사용 방법
Dim instance As Url
Dim i As Integer
Dim returnValue As String

returnValue = instance.GetRemainder(i)
public string GetRemainder(
    int i
)
public:
String^ GetRemainder(
    int i
)
member GetRemainder : 
        i:int -> string 
public function GetRemainder(
    i : int
) : String

Parameters

Return Value

Type: System.String
The unescaped remainder of the path, starting with the specified index of the Segments array.

.NET Framework Security

See Also

Reference

Url Class

Url Members

Microsoft.VisualStudio.Shell Namespace