TeamFoundationStrongBoxService.DeleteItem Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub DeleteItem ( _
requestContext As TeamFoundationRequestContext, _
drawerId As Guid, _
lookupKey As String _
)
public void DeleteItem(
TeamFoundationRequestContext requestContext,
Guid drawerId,
string lookupKey
)
public:
void DeleteItem(
TeamFoundationRequestContext^ requestContext,
Guid drawerId,
String^ lookupKey
)
member DeleteItem :
requestContext:TeamFoundationRequestContext *
drawerId:Guid *
lookupKey:string -> unit
public function DeleteItem(
requestContext : TeamFoundationRequestContext,
drawerId : Guid,
lookupKey : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- drawerId
Type: System.Guid
- lookupKey
Type: System.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.