Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.