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
'Декларация
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.