Url.Segments 属性

获取的 URL 段的数组。

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

语法

声明
Public ReadOnly Property Segments As String()
public string[] Segments { get; }

属性值

类型:array<System.String[]
的 URL 段的数组。

备注

此方法在绝对和相对路径工作,并且,返回的段落的已去掉的路径分隔符。 它还去除 “http: ”并从路径的主机名。

.NET Framework 安全性

请参见

参考

Url 类

Microsoft.VisualStudio.Shell 命名空间