Metoda TeamFoundationIdentityService.GetPreferredEmailAddress — (TeamFoundationRequestContext, Guid)
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Server
Zestaw: Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)
Składnia
'Deklaracja
Public Function GetPreferredEmailAddress ( _
requestContext As TeamFoundationRequestContext, _
teamFoundationId As Guid _
) As String
public string GetPreferredEmailAddress(
TeamFoundationRequestContext requestContext,
Guid teamFoundationId
)
Parametry
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- teamFoundationId
Typ: System.Guid
Wartość zwracana
Typ: System.String
Implementuje
ITeamFoundationIdentityService.GetPreferredEmailAddress(TeamFoundationRequestContext, Guid)
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
TeamFoundationIdentityService Klasa