UriDisplayInfo Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
UriDisplayInfo(String, String, String, String) |
Initialise une nouvelle instance de la classe UriDisplayInfo. |
UriDisplayInfo(String, String, String, String, String, String) |
Initialise une nouvelle instance de la classe UriDisplayInfo. |
UriDisplayInfo(String, String, String, String, String, String, String, String) |
Initialise une nouvelle instance de la classe UriDisplayInfo. |
UriDisplayInfo(String, String, String, String)
Initialise une nouvelle instance de la 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)
Paramètres
S’applique à
UriDisplayInfo(String, String, String, String, String, String)
Initialise une nouvelle instance de la 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)
Paramètres
- serverFullName
- String
Nom complet du Uri tel qu’il existe sur le serveur.
Si le Uri n’existe pas sur le serveur, cette valeur est null
.
- serverFullGroupName
- String
Nom complet du Uri groupe tel qu’il existe sur le serveur.
Si le Uri n’existe pas sur le serveur, cette valeur est null
.
S’applique à
UriDisplayInfo(String, String, String, String, String, String, String, String)
Initialise une nouvelle instance de la 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)
Paramètres
- serverFullName
- String
Nom complet du Uri tel qu’il existe sur le serveur.
Si le Uri n’existe pas sur le serveur, cette valeur est null
.
- serverFullGroupName
- String
Nom complet du Uri groupe tel qu’il existe sur le serveur.
Si le Uri n’existe pas sur le serveur, cette valeur est null
.
- relativeName
- String
Nom du Uri relatif à l’espace de travail. Si spécifie Uri un fichier qui ne se trouve pas sous l’espace de travail, cette valeur doit être identique à fullName
.
- relativeGroupName
- String
Nom du Uri groupe relatif à l’espace de travail. Si spécifie Uri un fichier qui ne se trouve pas sous l’espace de travail, cette valeur doit être identique à fullGroupName
.