Freigeben über


ProfileHttpClientBase.GetProfileLocationsAsync-Methode

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

Syntax

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

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ProfileHttpClientBase Klasse

Microsoft.VisualStudio.Services.Profile.Client-Namespace