Freigeben über


ProjectContext-Konstruktor (TeamFoundationServer, String, String)

Hinweis: Diese API ist mittlerweile veraltet.

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
<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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ProjectContext Klasse

ProjectContext-Überladung

Microsoft.VisualStudio.TeamFoundation-Namespace