Share via


ITeamFoundationProfileService.GetAllInstalledLanguages Method

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

Syntax

'Declaration
Function GetAllInstalledLanguages ( _
    requestContext As TeamFoundationRequestContext _
) As ISet(Of Integer)
ISet<int> GetAllInstalledLanguages(
    TeamFoundationRequestContext requestContext
)
ISet<int>^ GetAllInstalledLanguages(
    TeamFoundationRequestContext^ requestContext
)
abstract GetAllInstalledLanguages : 
        requestContext:TeamFoundationRequestContext -> ISet<int> 
function GetAllInstalledLanguages(
    requestContext : TeamFoundationRequestContext
) : ISet<int>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ITeamFoundationProfileService Interface

Microsoft.TeamFoundation.Framework.Server Namespace