TeamFoundationStrongBoxService.GetItemInfo Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
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

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.Alm.StrongBoxItemInfo

.NET Framework Security

See Also

Reference

TeamFoundationStrongBoxService Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace