Partager via


AccountService.CreateAccount, méthode (TeamFoundationRequestContext, String, String, Guid, AccountPreferences, IDictionary<String, Object>)

Espace de noms :  Microsoft.VisualStudio.Services.Account
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
Public MustOverride Function CreateAccount ( _
    requestContext As TeamFoundationRequestContext, _
    accountName As String, _
    organizationName As String, _
    creatorId As Guid, _
    accountPreferences As AccountPreferences, _
    properties As IDictionary(Of String, Object) _
) As Account
public abstract Account CreateAccount(
    TeamFoundationRequestContext requestContext,
    string accountName,
    string organizationName,
    Guid creatorId,
    AccountPreferences accountPreferences,
    IDictionary<string, Object> properties
)

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Services.Account.Account

Sécurité .NET Framework

Voir aussi

Référence

AccountService Classe

CreateAccount, surcharge

Microsoft.VisualStudio.Services.Account, espace de noms