Método ITfsIdentityStore.AddDisplayName (Guid, String)
Adicionar o TeamFoundationId, dado par de DisplayName ao cache
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
void AddDisplayName(
Guid id,
string name
)
void AddDisplayName(
Guid id,
String^ name
)
abstract AddDisplayName :
id:Guid *
name:string -> unit
Sub AddDisplayName (
id As Guid,
name As String
)
Parâmetros
- id
- name
Consulte também
Interface ITfsIdentityStore
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo