VersionControlServer.TryGetTeamProjectForServerPath, méthode
Obtient le projet d'équipe 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 TryGetTeamProjectForServerPath ( _
serverPath As String _
) As TeamProject
public TeamProject TryGetTeamProjectForServerPath(
string serverPath
)
Paramètres
- serverPath
Type : System.String
Le chemin d'accès au serveur du projet d'équipe à obtenir.
Valeur de retour
Type : Microsoft.TeamFoundation.VersionControl.Client.TeamProject
Le projet d'équipe avec le chemin d'accès spécifié.Sinon, Null.
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