Share via


TeamFoundationProfileService.GetAllInstalledLanguages 方法

取得所有已安裝的語言。 這些包括固定 TFS 語言和使用者安裝的語言。

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

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

參數

傳回值

類型:System.Collections.Generic.ISet<Int32>

實作

ITeamFoundationProfileService.GetAllInstalledLanguages(TeamFoundationRequestContext)

.NET Framework 安全性

請參閱

參考

TeamFoundationProfileService 類別

Microsoft.TeamFoundation.Framework.Server 命名空間