Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns list of favoriteItem objects. Application itself can create a Tree representation out of this list using Id and ParentId properties of entries
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function GetFavorites As IEnumerable(Of FavoriteItem)
public IEnumerable<FavoriteItem> GetFavorites()
public:
IEnumerable<FavoriteItem^>^ GetFavorites()
member GetFavorites : unit -> IEnumerable<FavoriteItem>
public function GetFavorites() : IEnumerable<FavoriteItem>
Return Value
Type: System.Collections.Generic.IEnumerable<FavoriteItem>
.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.