ITfsIdentityStore.GetDisplayName, méthode
Obtient le nom complet de l'utilisateur associé à l'identificateur de base unique
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
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
Paramètres
- teamFoundationId
Type : System.Guid
Valeur de retour
Type : System.String
retourne String ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.TestManagement.Client, espace de noms