Gets the unescaped remainder of the path, starting at the specified segment.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.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
)
public function GetRemainder(
i : int
) : String
Parameters
i
Type: System.Int32The 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.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.