Método ITfsIdentityStore.GetDisplayName

Obtém o nome para exibição do usuário associado com a identificação exclusiva foundation build

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
Function GetDisplayName ( _
    teamFoundationId As Guid _
) As String
string GetDisplayName(
    Guid teamFoundationId
)
String^ GetDisplayName(
    Guid teamFoundationId
)
abstract GetDisplayName : 
        teamFoundationId:Guid -> string 
function GetDisplayName(
    teamFoundationId : Guid
) : String

Parâmetros

Valor de retorno

Tipo: System.String
Retorna String.

Segurança do .NET Framework

Consulte também

Referência

ITfsIdentityStore Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client