UriDisplayInfo 类

定义

包含 的显示属性的 Uri类。

public ref class UriDisplayInfo
[System.Runtime.Serialization.DataContract]
public class UriDisplayInfo
[<System.Runtime.Serialization.DataContract>]
type UriDisplayInfo = class
Public Class UriDisplayInfo
继承
UriDisplayInfo
属性

构造函数

UriDisplayInfo(String, String, String, String)

初始化 UriDisplayInfo 类的新实例。

UriDisplayInfo(String, String, String, String, String, String)

初始化 UriDisplayInfo 类的新实例。

UriDisplayInfo(String, String, String, String, String, String, String, String)

初始化 UriDisplayInfo 类的新实例。

属性

FullGroupName

获取 的完整组名称 Uri。 对于“file:/” Uri ,这是完全限定的父目录。

FullName

获取 的完整显示名称 Uri。 对于“file:/” Uri ,这是完全限定的文件名。

GroupName

获取 的 Uri组名称。 对于“file:/” Uri ,这是父目录的名称。

Name

获取 Uri 的显示名称。 对于“file:/” Uri ,这是扩展名为的文件名。

RelativeGroupName

获取 相对于工作区的 Uri 组名称。 Uri如果 指定的文件不在工作区下,则此值与 FullGroupName相同。

RelativeName

获取相对于工作区的名称 UriUri如果 指定的文件不在工作区下,则此值与 FullName相同。

ServerFullGroupName

获取服务器上存在的 的完整组名称 UriUri如果服务器上不存在 ,则此值为 null

ServerFullName

获取服务器上存在的 的完整显示名称 UriUri如果服务器上不存在 ,则此值为 null

适用于