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)

Syntax

'Declaration
Function GetDefaultProjects ( _
    collectionId As Guid _
) As IEnumerable(Of String)
IEnumerable<string> GetDefaultProjects(
    Guid collectionId
)
IEnumerable<String^>^ GetDefaultProjects(
    Guid collectionId
)
abstract GetDefaultProjects : 
        collectionId:Guid -> IEnumerable<string> 
function GetDefaultProjects(
    collectionId : Guid
) : IEnumerable<String>

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.

.NET Framework Security

See Also

Reference

ITeamProjectPickerDefaultSelectionProvider Interface

Microsoft.TeamFoundation.Client Namespace