Método ITfsIdentityStore.EnsureIdentitiesById
Garante que o cache tenha os objetos de TeamFoundationIdentity para o conjunto de identificadores de dado TeamFoundationIdentity.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Sub EnsureIdentitiesById ( _
teamFoundationIds As IEnumerable(Of Guid) _
)
void EnsureIdentitiesById(
IEnumerable<Guid> teamFoundationIds
)
void EnsureIdentitiesById(
IEnumerable<Guid>^ teamFoundationIds
)
abstract EnsureIdentitiesById :
teamFoundationIds:IEnumerable<Guid> -> unit
function EnsureIdentitiesById(
teamFoundationIds : IEnumerable<Guid>
)
Parâmetros
- teamFoundationIds
Tipo: System.Collections.Generic.IEnumerable<Guid>
Conjunto de identificadores de TeamFoundationIdentity.
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áveis.