Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 AddDisplayNames(
Dictionary<Guid, string> names
)
void AddDisplayNames(
Dictionary<Guid, String^>^ names
)
abstract AddDisplayNames :
names:Dictionary<Guid, string> -> unit
Sub AddDisplayNames (
names As Dictionary(Of Guid, String)
)
Parameters
- names
Type: System.Collections.Generic.Dictionary<Guid, String>
See Also
ITfsIdentityStore Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top