Partilhar via


UriDisplayInfo Construtores

Definição

Sobrecargas

UriDisplayInfo(String, String, String, String)

Inicializa uma nova instância da classe UriDisplayInfo.

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

Inicializa uma nova instância da classe UriDisplayInfo.

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

Inicializa uma nova instância da classe UriDisplayInfo.

UriDisplayInfo(String, String, String, String)

Inicializa uma nova instância da classe 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)

Parâmetros

name
String

O nome para exibição do Uri.

fullName
String

O nome de exibição completo do Uri.

groupName
String

O nome do grupo do Uri.

fullGroupName
String

O nome completo do grupo do Uri.

Aplica-se a

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

Inicializa uma nova instância da classe 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)

Parâmetros

name
String

O nome para exibição do Uri.

fullName
String

O nome de exibição completo do Uri.

groupName
String

O nome do grupo do Uri.

fullGroupName
String

O nome completo do grupo do Uri.

serverFullName
String

O nome de exibição completo do Uri como ele existe no servidor. Se o Uri não existir no servidor, esse valor será null.

serverFullGroupName
String

O nome completo do grupo do Uri como ele existe no servidor. Se o Uri não existir no servidor, esse valor será null.

Aplica-se a

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

Inicializa uma nova instância da classe 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)

Parâmetros

name
String

O nome para exibição do Uri.

fullName
String

O nome de exibição completo do Uri.

groupName
String

O nome do grupo do Uri.

fullGroupName
String

O nome completo do grupo do Uri.

serverFullName
String

O nome de exibição completo do Uri como ele existe no servidor. Se o Uri não existir no servidor, esse valor será null.

serverFullGroupName
String

O nome completo do grupo do Uri como ele existe no servidor. Se o Uri não existir no servidor, esse valor será null.

relativeName
String

O nome do Uri relativo ao workspace. Se o Uri especificar um arquivo que não está no workspace, esse valor deverá ser o mesmo fullNameque .

relativeGroupName
String

O nome do grupo do Uri relativo ao workspace. Se o Uri especificar um arquivo que não está no workspace, esse valor deverá ser o mesmo fullGroupNameque .

Aplica-se a