Compartilhar via


Método TeamFoundationProfileService.GetAllInstalledLanguages

Obter todos os idiomas instalados. Esses incluem idiomas internos de TFS e idiomas de instalados.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Public Function GetAllInstalledLanguages ( _
    requestContext As TeamFoundationRequestContext _
) As ISet(Of Integer)
public ISet<int> GetAllInstalledLanguages(
    TeamFoundationRequestContext requestContext
)

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.ISet<Int32>

Implementações

ITeamFoundationProfileService.GetAllInstalledLanguages(TeamFoundationRequestContext)

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationProfileService Classe

Namespace Microsoft.TeamFoundation.Framework.Server