This documentation is archived and is not being maintained.

ITeamProjectPickerDefaultSelectionProvider::GetDefaultProjects Method

Gets the endurable collection of selected projects for the collection that has the specified GUID.

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

IEnumerable<String^>^ GetDefaultProjects(
	Guid collectionId
)

Parameters

collectionId
Type: System::Guid

The GUID for a TeamProjectCollection.

Return Value

Type: System.Collections.Generic::IEnumerable<String>
The enumerable collection of URIs of the default project selection.

Show: