Url.GetRemainder 方法

获取路径的非转义的其余部分,开始在指定时间段。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Function GetRemainder ( _
    i As Integer _
) As String
public string GetRemainder(
    int i
)

参数

返回值

类型:System.String
路径中的非转义的其余部分,从 Segments 数组的指定索引开始。

.NET Framework 安全性

请参见

参考

Url 类

Microsoft.VisualStudio.Shell 命名空间