IProfileService.GetPageLocation Method
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetPageLocation ( _
requestContext As TeamFoundationRequestContext, _
profilePageType As ProfilePageType _
) As String
string GetPageLocation(
TeamFoundationRequestContext requestContext,
ProfilePageType profilePageType
)
String^ GetPageLocation(
TeamFoundationRequestContext^ requestContext,
ProfilePageType profilePageType
)
abstract GetPageLocation :
requestContext:TeamFoundationRequestContext *
profilePageType:ProfilePageType -> string
function GetPageLocation(
requestContext : TeamFoundationRequestContext,
profilePageType : ProfilePageType
) : String
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- profilePageType
Type: Microsoft.VisualStudio.Services.Profile.ProfilePageType
Return Value
Type: System.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.