Método AccountService.CreateAccount (TeamFoundationRequestContext, String, String, Guid, AccountPreferences, IDictionary<String, Object>)
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- accountName
Tipo: System.String
- organizationName
Tipo: System.String
- creatorId
Tipo: System.Guid
- accountPreferences
Tipo: Microsoft.TeamFoundation.Framework.Server.AccountPreferences
- properties
Tipo: System.Collections.Generic.IDictionary<String, Object>
Valor de retorno
Tipo: Microsoft.VisualStudio.Services.Account.Account
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.