This documentation is archived and is not being maintained.

TeamFoundationStrongBoxService::DeleteItem Method

Delete an item from the StrongBox drawer.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
void DeleteItem(
	Guid drawerId, 
	String^ lookupKey
)

Parameters

drawerId
Type: System::Guid

The unique identifier returned from CreateDrawer or UnlockDrawer.

lookupKey
Type: System::String

The identifier that is used to look up the value in the drawer.

Show: