Compartilhar via


Método ProfileHttpClientBase.GetProfileLocationsAsync

Namespace:  Microsoft.VisualStudio.Services.Profile.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)

Sintaxe

'Declaração
Protected Overridable Function GetProfileLocationsAsync ( _
    profilePageType As ProfilePageType, _
    userState As Object _
) As Task(Of String)
protected virtual Task<string> GetProfileLocationsAsync(
    ProfilePageType profilePageType,
    Object userState
)

Parâmetros

Valor de retorno

Tipo: System.Threading.Tasks.Task<String>

Segurança do .NET Framework

Consulte também

Referência

ProfileHttpClientBase Classe

Namespace Microsoft.VisualStudio.Services.Profile.Client