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
'Declaration
Sub AddDisplayNames ( _
names As Dictionary(Of Guid, String) _
)
void AddDisplayNames(
Dictionary<Guid, string> names
)
void AddDisplayNames(
Dictionary<Guid, String^>^ names
)
abstract AddDisplayNames :
names:Dictionary<Guid, string> -> unit
function AddDisplayNames(
names : Dictionary<Guid, String>
)
Parameters
- names
Type: Dictionary<Guid, String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.