Compartilhar via


Método IProfileService.GetCountries

Retrives a lista de países suportados.

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

Sintaxe

'Declaração
Function GetCountries ( _
    requestContext As TeamFoundationRequestContext _
) As IList(Of Country)
IList<Country> GetCountries(
    TeamFoundationRequestContext requestContext
)

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IList<Country>

Segurança do .NET Framework

Consulte também

Referência

IProfileService Interface

Namespace Microsoft.VisualStudio.Services.Profile