Url 构造函数 (String)

初始化 Url 新的实例指定的路径中。

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

语法

声明
Public Sub New ( _
    path As String _
)
public Url(
    string path
)

参数

备注

此方法首先尝试创建绝对 Uri。 如果不能,它尝试创建相对 Uri

.NET Framework 安全性

请参见

参考

Url 类

Url 重载

Microsoft.VisualStudio.Shell 命名空间