Sdílet prostřednictvím


UriDisplayInfo Konstruktory

Definice

Přetížení

UriDisplayInfo(String, String, String, String)

Inicializuje novou instanci UriDisplayInfo třídy.

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

Inicializuje novou instanci UriDisplayInfo třídy.

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

Inicializuje novou instanci UriDisplayInfo třídy.

UriDisplayInfo(String, String, String, String)

Inicializuje novou instanci UriDisplayInfo třídy.

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)

Parametry

name
String

Zobrazovaný název .Uri

fullName
String

Úplný zobrazovaný název souboru Uri.

groupName
String

Název Uriskupiny pro .

fullGroupName
String

Úplný název Uriskupiny .

Platí pro

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

Inicializuje novou instanci UriDisplayInfo třídy.

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)

Parametry

name
String

Zobrazovaný název .Uri

fullName
String

Úplný zobrazovaný název souboru Uri.

groupName
String

Název Uriskupiny pro .

fullGroupName
String

Úplný název Uriskupiny .

serverFullName
String

Úplný zobrazovaný název souboru Uri , který existuje na serveru. Pokud na Uri serveru neexistuje, je nulltato hodnota .

serverFullGroupName
String

Úplný název skupiny, protože Uri existuje na serveru. Pokud na Uri serveru neexistuje, je nulltato hodnota .

Platí pro

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

Inicializuje novou instanci UriDisplayInfo třídy.

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)

Parametry

name
String

Zobrazovaný název .Uri

fullName
String

Úplný zobrazovaný název souboru Uri.

groupName
String

Název Uriskupiny pro .

fullGroupName
String

Úplný název Uriskupiny .

serverFullName
String

Úplný zobrazovaný název souboru Uri , který existuje na serveru. Pokud na Uri serveru neexistuje, je nulltato hodnota .

serverFullGroupName
String

Úplný název skupiny, protože Uri existuje na serveru. Pokud na Uri serveru neexistuje, je nulltato hodnota .

relativeName
String

Název relativního Uri k pracovnímu prostoru. Pokud určuje Uri soubor, který není v pracovním prostoru, měla by být tato hodnota stejná jako fullName.

relativeGroupName
String

Název skupiny relativní k Uri pracovnímu prostoru. Pokud určuje Uri soubor, který není v pracovním prostoru, měla by být tato hodnota stejná jako fullGroupName.

Platí pro