VersionControlServer.GetTeamProjectForServerPath, méthode
Obtient le TeamProject pour le chemin d'accès au serveur spécifié.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Client
Assembly : Microsoft.TeamFoundation.VersionControl.Client (dans Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntaxe
'Déclaration
Public Function GetTeamProjectForServerPath ( _
serverPath As String _
) As TeamProject
public TeamProject GetTeamProjectForServerPath(
string serverPath
)
Paramètres
- serverPath
Type : System.String
Le chemin d'accès au serveur d'TeamProject à obtenir.
Valeur de retour
Type : Microsoft.TeamFoundation.VersionControl.Client.TeamProject
TeamProject avec le chemin d'accès spécifié.
Exceptions
Exception | Condition |
---|---|
VersionControlException | Levée si le chemin d'accès spécifié n'est pas résolu à TeamProject. |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Client, espace de noms