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 类的新实例。

UriDisplayInfo(String, String, String, String)

初始化 UriDisplayInfo 类的新实例。

public:
 UriDisplayInfo(System::String ^ name, System::String ^ fullName, System::String ^ groupName, System::String ^ fullGroupName);
public UriDisplayInfo (string name, string fullName, string groupName, string fullGroupName);
new Microsoft.VisualStudio.RpcContracts.FileSystem.UriDisplayInfo : string * string * string * string -> Microsoft.VisualStudio.RpcContracts.FileSystem.UriDisplayInfo
Public Sub New (name As String, fullName As String, groupName As String, fullGroupName As String)

参数

name
String

Uri 的显示名称。

fullName
String

的完整显示名称 Uri

groupName
String

Uri组名称。

fullGroupName
String

的完整组名称 Uri

适用于

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

初始化 UriDisplayInfo 类的新实例。

public:
 UriDisplayInfo(System::String ^ name, System::String ^ fullName, System::String ^ groupName, System::String ^ fullGroupName, System::String ^ serverFullName, System::String ^ serverFullGroupName);
public UriDisplayInfo (string name, string fullName, string groupName, string fullGroupName, string? serverFullName, string? serverFullGroupName);
new Microsoft.VisualStudio.RpcContracts.FileSystem.UriDisplayInfo : string * string * string * string * string * string -> Microsoft.VisualStudio.RpcContracts.FileSystem.UriDisplayInfo
Public Sub New (name As String, fullName As String, groupName As String, fullGroupName As String, serverFullName As String, serverFullGroupName As String)

参数

name
String

Uri 的显示名称。

fullName
String

的完整显示名称 Uri

groupName
String

Uri组名称。

fullGroupName
String

的完整组名称 Uri

serverFullName
String

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

serverFullGroupName
String

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

适用于

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

初始化 UriDisplayInfo 类的新实例。

public:
 UriDisplayInfo(System::String ^ name, System::String ^ fullName, System::String ^ groupName, System::String ^ fullGroupName, System::String ^ serverFullName, System::String ^ serverFullGroupName, System::String ^ relativeName, System::String ^ relativeGroupName);
public UriDisplayInfo (string name, string fullName, string groupName, string fullGroupName, string? serverFullName, string? serverFullGroupName, string relativeName, string relativeGroupName);
new Microsoft.VisualStudio.RpcContracts.FileSystem.UriDisplayInfo : string * string * string * string * string * string * string * string -> Microsoft.VisualStudio.RpcContracts.FileSystem.UriDisplayInfo
Public Sub New (name As String, fullName As String, groupName As String, fullGroupName As String, serverFullName As String, serverFullGroupName As String, relativeName As String, relativeGroupName As String)

参数

name
String

Uri 的显示名称。

fullName
String

的完整显示名称 Uri

groupName
String

Uri组名称。

fullGroupName
String

的完整组名称 Uri

serverFullName
String

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

serverFullGroupName
String

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

relativeName
String

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

relativeGroupName
String

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

适用于