Share via


IProfileService.GetCountries-Methode

Retrives die Liste der unterstützten Ländern.

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

Syntax

'Declaration
Function GetCountries ( _
    requestContext As TeamFoundationRequestContext _
) As IList(Of Country)
IList<Country> GetCountries(
    TeamFoundationRequestContext requestContext
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IProfileService Schnittstelle

Microsoft.VisualStudio.Services.Profile-Namespace