ProjectContext, constructeur (TeamFoundationServer, String, String)
Remarque : cette API est maintenant obsolète.
Espace de noms : Microsoft.VisualStudio.TeamFoundation
Assembly : Microsoft.VisualStudio.TeamFoundation (dans Microsoft.VisualStudio.TeamFoundation.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")> _
Public Sub New ( _
tfs As TeamFoundationServer, _
projectName As String, _
projectUri As String _
)
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public ProjectContext(
TeamFoundationServer tfs,
string projectName,
string projectUri
)
Paramètres
- projectName
Type : System.String
- projectUri
Type : System.String
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.