TfsTeamProjectCollectionFactory.GetTeamProjectCollection Method (RegisteredProjectCollection)

Gets the TfsTeamProjectCollection instance that is associated with the specified RegisteredProjectCollection instance.

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

Syntax

'Declaration
Public Shared Function GetTeamProjectCollection ( _
    projectCollection As RegisteredProjectCollection _
) As TfsTeamProjectCollection
public static TfsTeamProjectCollection GetTeamProjectCollection(
    RegisteredProjectCollection projectCollection
)
public:
static TfsTeamProjectCollection^ GetTeamProjectCollection(
    RegisteredProjectCollection^ projectCollection
)
static member GetTeamProjectCollection : 
        projectCollection:RegisteredProjectCollection -> TfsTeamProjectCollection
public static function GetTeamProjectCollection(
    projectCollection : RegisteredProjectCollection
) : TfsTeamProjectCollection

Parameters

Return Value

Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
The TfsTeamProjectCollection instance that is associated with the server that is described in the specified RegisteredProjectCollection.

.NET Framework Security

See Also

Reference

TfsTeamProjectCollectionFactory Class

GetTeamProjectCollection Overload

Microsoft.TeamFoundation.Client Namespace