共用方式為


ITeamFoundationIdentityService.CreateUser 方法

建立一個 Team Foundation 識別 (使用者) 與 Domain \帳戶別名。 使用者具有全域範圍,它們沒有範圍的所有專案。 目前這個函式的使用案例是追蹤從另一個環境匯入的識別。 因此識別標記為非現用。 因為它可能會造成一個虛擬,現用帳戶由這個名稱,保持作用中是不可能的。

命名空間:  Microsoft.TeamFoundation.Server.Core
組件:  Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)

語法

'宣告
Function CreateUser ( _
    requestContext As TeamFoundationRequestContext, _
    userDomain As String, _
    account As String, _
    description As String _
) As IdentityDescriptor
IdentityDescriptor CreateUser(
    TeamFoundationRequestContext requestContext,
    string userDomain,
    string account,
    string description
)

參數

傳回值

類型:Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
傳回 IdentityDescriptor

.NET Framework 安全性

請參閱

參考

ITeamFoundationIdentityService 介面

Microsoft.TeamFoundation.Server.Core 命名空間