Share via


IProfileService.CreateProfile Method

Creates a profile and returns the created profile.

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Function CreateProfile ( _
    requestContext As TeamFoundationRequestContext, _
    createProfileContext As CreateProfileContext _
) As Profile
Profile CreateProfile(
    TeamFoundationRequestContext requestContext,
    CreateProfileContext createProfileContext
)
Profile^ CreateProfile(
    TeamFoundationRequestContext^ requestContext, 
    CreateProfileContext^ createProfileContext
)
abstract CreateProfile : 
        requestContext:TeamFoundationRequestContext * 
        createProfileContext:CreateProfileContext -> Profile
function CreateProfile(
    requestContext : TeamFoundationRequestContext, 
    createProfileContext : CreateProfileContext
) : Profile

Parameters

Return Value

Type: Microsoft.VisualStudio.Services.Profile.Profile

.NET Framework Security

See Also

Reference

IProfileService Interface

Microsoft.VisualStudio.Services.Profile Namespace