Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Function GetProfileLocationsAsync ( _
profilePageType As ProfilePageType, _
userState As Object _
) As Task(Of String)
public virtual Task<string> GetProfileLocationsAsync(
ProfilePageType profilePageType,
Object userState
)
public:
virtual Task<String^>^ GetProfileLocationsAsync(
ProfilePageType profilePageType,
Object^ userState
)
abstract GetProfileLocationsAsync :
profilePageType:ProfilePageType *
userState:Object -> Task<string>
override GetProfileLocationsAsync :
profilePageType:ProfilePageType *
userState:Object -> Task<string>
public function GetProfileLocationsAsync(
profilePageType : ProfilePageType,
userState : Object
) : Task<String>
Parameters
- profilePageType
Type: Microsoft.VisualStudio.Services.Profile.ProfilePageType
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<String>
.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.