This documentation is archived and is not being maintained.

RegisteredTfsConnections::GetProjectCollection Method (Uri)

Gets the registered project collection with the specified URI.

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

public:
static RegisteredProjectCollection^ GetProjectCollection(
	Uri^ uri
)

Parameters

uri
Type: System::Uri

The URI of the registered project collection.

Return Value

Type: Microsoft.TeamFoundation.Client::RegisteredProjectCollection
The registered project collection with the specified URI.
Null if no match is found.

Show: