ITfsIdentityStore.AddDisplayName Method (Guid, String)
Adds the given TeamFoundationId,DisplayName pair to cache
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
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
)
Parameters
- id
Type: System.Guid
- name
Type: System.String
See Also
ITfsIdentityStore Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top