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
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- userDomain
類型:System.String
- account
類型:System.String
- description
類型:System.String
傳回值
類型:Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
傳回 IdentityDescriptor。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。