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 AddDisplayName ( _
id As Guid, _
name As String _
)
void AddDisplayName(
Guid id,
string name
)
void AddDisplayName(
Guid id,
String^ name
)
abstract AddDisplayName :
id:Guid *
name:string -> unit
function AddDisplayName(
id : Guid,
name : String
)
Parameters
- id
Type: Guid
- name
Type: 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.