TeamFoundationStrongBoxService.GetDrawerContents Method

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

Return Value

Type: System.Collections.Generic.List<StrongBoxItemInfo>
Returns List<T>.

.NET Framework Security

See Also

Reference

TeamFoundationStrongBoxService Class

Microsoft.TeamFoundation.Framework.Server Namespace