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.
Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub DeleteItem ( _
    drawerId As Guid, _
    lookupKey As String _
)
[WebMethodAttribute]
public void DeleteItem(
    Guid drawerId,
    string lookupKey
)
[WebMethodAttribute]
public:
void DeleteItem(
    Guid drawerId, 
    String^ lookupKey
)
[<WebMethodAttribute>]
member DeleteItem : 
        drawerId:Guid * 
        lookupKey:string -> unit
public function DeleteItem(
    drawerId : Guid, 
    lookupKey : String
)
Parameters
- 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.