AccountService.CreateAccount, méthode (TeamFoundationRequestContext, String, String, AccountPreferences, IDictionary<String, Object>)
Crée un compte avec l'utilisateur authentifié actuel en tant que créateur.
Espace de noms : Microsoft.VisualStudio.Services.Account
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Function CreateAccount ( _
requestContext As TeamFoundationRequestContext, _
accountName As String, _
organizationName As String, _
accountPreferences As AccountPreferences, _
properties As IDictionary(Of String, Object) _
) As Account
public Account CreateAccount(
TeamFoundationRequestContext requestContext,
string accountName,
string organizationName,
AccountPreferences accountPreferences,
IDictionary<string, Object> properties
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- accountName
Type : System.String
- organizationName
Type : System.String
- accountPreferences
Type : Microsoft.TeamFoundation.Framework.Server.AccountPreferences
- properties
Type : System.Collections.Generic.IDictionary<String, Object>
Valeur de retour
Type : Microsoft.VisualStudio.Services.Account.Account
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.