Compartir a través de


ITfsIdentityStore.GetDisplayName (Método)

Obtiene el nombre para mostrar del usuario asociado con el identificador exclusivo de Foundation

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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

  • teamFoundationId
    Tipo: Guid

Valor devuelto

Tipo: String
Devuelve String.

Seguridad de .NET Framework

Vea también

Referencia

ITfsIdentityStore Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)