UriDisplayInfo Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
UriDisplayInfo(String, String, String, String) |
Inicjuje nowe wystąpienie klasy UriDisplayInfo. |
UriDisplayInfo(String, String, String, String, String, String) |
Inicjuje nowe wystąpienie klasy UriDisplayInfo. |
UriDisplayInfo(String, String, String, String, String, String, String, String) |
Inicjuje nowe wystąpienie klasy UriDisplayInfo. |
UriDisplayInfo(String, String, String, String)
Inicjuje nowe wystąpienie klasy 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)
Parametry
Dotyczy
UriDisplayInfo(String, String, String, String, String, String)
Inicjuje nowe wystąpienie klasy 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)
Parametry
- serverFullName
- String
Pełna nazwa wyświetlana elementu Uri , która istnieje na serwerze.
Jeśli element Uri nie istnieje na serwerze, ta wartość to null
.
- serverFullGroupName
- String
Pełna nazwa Uri grupy, która istnieje na serwerze.
Jeśli element Uri nie istnieje na serwerze, ta wartość to null
.
Dotyczy
UriDisplayInfo(String, String, String, String, String, String, String, String)
Inicjuje nowe wystąpienie klasy 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)
Parametry
- serverFullName
- String
Pełna nazwa wyświetlana elementu Uri , która istnieje na serwerze.
Jeśli element Uri nie istnieje na serwerze, ta wartość to null
.
- serverFullGroupName
- String
Pełna nazwa Uri grupy, która istnieje na serwerze.
Jeśli element Uri nie istnieje na serwerze, ta wartość to null
.
- relativeName
- String
Nazwa Uri względem obszaru roboczego. Jeśli parametr Uri określa plik, który nie znajduje się w obszarze roboczym, ta wartość powinna być taka sama jak fullName
.
- relativeGroupName
- String
Nazwa Uri grupy względem obszaru roboczego. Jeśli parametr Uri określa plik, który nie znajduje się w obszarze roboczym, ta wartość powinna być taka sama jak fullGroupName
.