Condividi tramite


Metodo TeamFoundationProfileService.GetAllInstalledLanguages

Ottenere tutti i linguaggi installati.Questi includono i linguaggi incorporati TFS e le lingue da installati.

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
Public Function GetAllInstalledLanguages ( _
    requestContext As TeamFoundationRequestContext _
) As ISet(Of Integer)
public ISet<int> GetAllInstalledLanguages(
    TeamFoundationRequestContext requestContext
)

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamFoundationProfileService Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server