IProfileService.GetCountries Method
Retrives the list of supported countries.
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
)
IList<Country^>^ GetCountries(
TeamFoundationRequestContext^ requestContext
)
abstract GetCountries :
requestContext:TeamFoundationRequestContext -> IList<Country>
function GetCountries(
requestContext : TeamFoundationRequestContext
) : IList<Country>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: System.Collections.Generic.IList<Country>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.