Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.