ITeamFoundationIdentityService.ReadIdentities 方法 (TeamFoundationRequestContext, array<IdentityDescriptor[])
讀取指定的描述元的識別。 簡單的多載。
命名空間: Microsoft.TeamFoundation.Server.Core
組件: Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)
語法
'宣告
Function ReadIdentities ( _
requestContext As TeamFoundationRequestContext, _
descriptors As IdentityDescriptor() _
) As TeamFoundationIdentity()
TeamFoundationIdentity[] ReadIdentities(
TeamFoundationRequestContext requestContext,
IdentityDescriptor[] descriptors
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
這個要求的內容。
- descriptors
類型:array<Microsoft.VisualStudio.Services.Identity.IdentityDescriptor[]
描述元。
傳回值
類型:array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
一些識別,一對一對應與輸入陣列。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。