Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Delete an item from the StrongBox drawer.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub DeleteItem ( _
drawerId As Guid, _
lookupKey As String _
)
public void DeleteItem(
Guid drawerId,
string lookupKey
)
public:
void DeleteItem(
Guid drawerId,
String^ lookupKey
)
member DeleteItem :
drawerId:Guid *
lookupKey:string -> unit
public function DeleteItem(
drawerId : Guid,
lookupKey : String
)
Parameters
drawerId
Type: System.GuidThe unique identifier returned from CreateDrawer or UnlockDrawer.
lookupKey
Type: System.StringThe identifier that is used to look up the value in the drawer.
.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.