Url.Move 方法

从旧基础移动 URL 移到新的。

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

语法

声明
Public Function Move ( _
    oldBase As Url, _
    newBase As Url _
) As Url
public Url Move(
    Url oldBase,
    Url newBase
)

参数

返回值

类型:Microsoft.VisualStudio.Shell.Url
新的 Url

.NET Framework 安全性

请参见

参考

Url 类

Microsoft.VisualStudio.Shell 命名空间