Compartilhar via


Método ITeamProjectPickerDefaultSelectionProvider.GetDefaultProjects

Obtém a coleção suportável de projetos selecionados para a coleção que tem um GUID especificado.

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

Sintaxe

'Declaração
Function GetDefaultProjects ( _
    collectionId As Guid _
) As IEnumerable(Of String)
IEnumerable<string> GetDefaultProjects(
    Guid collectionId
)

Parâmetros

  • collectionId
    Tipo: System.Guid
    GUID para um TeamProjectCollection.

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<String>
A coleção enumerável de URIs de seleção de projeto padrão.

Segurança do .NET Framework

Consulte também

Referência

ITeamProjectPickerDefaultSelectionProvider Interface

Namespace Microsoft.TeamFoundation.Client