This documentation is archived and is not being maintained.
ITeamProjectPickerDefaultSelectionProvider::GetDefaultProjects Method
Visual Studio 2013
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)
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.
- 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.
Show: