TfsTeamProjectCollectionFactory.GetTeamProjectCollection Method (RegisteredProjectCollection, ICredentialsProvider)
Gets the TfsTeamProjectCollection instance that is associated with the specified RegisteredProjectCollection instance and fallback credentials provider.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Shared Function GetTeamProjectCollection ( _
projectCollection As RegisteredProjectCollection, _
fallbackCredentialsProvider As ICredentialsProvider _
) As TfsTeamProjectCollection
public static TfsTeamProjectCollection GetTeamProjectCollection(
RegisteredProjectCollection projectCollection,
ICredentialsProvider fallbackCredentialsProvider
)
public:
static TfsTeamProjectCollection^ GetTeamProjectCollection(
RegisteredProjectCollection^ projectCollection,
ICredentialsProvider^ fallbackCredentialsProvider
)
static member GetTeamProjectCollection :
projectCollection:RegisteredProjectCollection *
fallbackCredentialsProvider:ICredentialsProvider -> TfsTeamProjectCollection
public static function GetTeamProjectCollection(
projectCollection : RegisteredProjectCollection,
fallbackCredentialsProvider : ICredentialsProvider
) : TfsTeamProjectCollection
Parameters
- projectCollection
Type: Microsoft.TeamFoundation.Client.RegisteredProjectCollection
The RegisteredProjectCollection that contains information about the server.
- fallbackCredentialsProvider
Type: Microsoft.TeamFoundation.Client.ICredentialsProvider
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
- 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.
See Also
Reference
TfsTeamProjectCollectionFactory Class