Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Get the set of identities which have been recently accessed by the current user
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetMostRecentlyUsedUsers ( _
features As Integer _
) As TeamFoundationIdentity()
[WebMethodAttribute]
public TeamFoundationIdentity[] GetMostRecentlyUsedUsers(
int features
)
[WebMethodAttribute]
public:
array<TeamFoundationIdentity^>^ GetMostRecentlyUsedUsers(
int features
)
[<WebMethodAttribute>]
member GetMostRecentlyUsedUsers :
features:int -> TeamFoundationIdentity[]
public function GetMostRecentlyUsedUsers(
features : int
) : TeamFoundationIdentity[]
Parameters
- features
Type: System.Int32
Return Value
Type: array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
.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.