Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetDrawerContents ( _
    requestContext As TeamFoundationRequestContext, _
    drawerId As Guid _
) As List(Of StrongBoxItemInfo)
public List<StrongBoxItemInfo> GetDrawerContents(
    TeamFoundationRequestContext requestContext,
    Guid drawerId
)
public:
List<StrongBoxItemInfo^>^ GetDrawerContents(
    TeamFoundationRequestContext^ requestContext, 
    Guid drawerId
)
member GetDrawerContents : 
        requestContext:TeamFoundationRequestContext * 
        drawerId:Guid -> List<StrongBoxItemInfo> 
public function GetDrawerContents(
    requestContext : TeamFoundationRequestContext, 
    drawerId : Guid
) : List<StrongBoxItemInfo>
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- drawerId
 Type: System.Guid
Return Value
Type: System.Collections.Generic.List<StrongBoxItemInfo>
Returns List<T>.
.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.