다음을 통해 공유


Url.GetRemainder Method

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

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

Syntax

‘선언
Public Function GetRemainder ( _
    i As Integer _
) As String
public string GetRemainder(
    int i
)

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

Microsoft.VisualStudio.Shell Namespace