IProfileService.CreateProfile-Methode
Erstellt ein Profil und gibt das konstruierte Profil zurück.
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
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- createProfileContext
Typ: Microsoft.VisualStudio.Services.Profile.CreateProfileContext
Rückgabewert
Typ: Microsoft.VisualStudio.Services.Profile.Profile
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.