Share via


RegisteredTfsConnections.GetLegacyProjectCollections Method

Gets an array of registered legacy project collections from Visual Studio Team System 2008 Team Foundation Server or earlier.

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

Syntax

'Declaration
Public Shared Function GetLegacyProjectCollections As RegisteredProjectCollection()
public static RegisteredProjectCollection[] GetLegacyProjectCollections()
public:
static array<RegisteredProjectCollection^>^ GetLegacyProjectCollections()
static member GetLegacyProjectCollections : unit -> RegisteredProjectCollection[] 
public static function GetLegacyProjectCollections() : RegisteredProjectCollection[]

Return Value

Type: array<Microsoft.TeamFoundation.Client.RegisteredProjectCollection[]
Array of legacy registered project collections.

.NET Framework Security

See Also

Reference

RegisteredTfsConnections Class

Microsoft.TeamFoundation.Client Namespace