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