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