ContainersController.DeleteItem 方法

刪除在容器的指定項目。

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

'宣告
<TraceFilterAttribute(, )> _
<HttpDeleteAttribute> _
Public Function DeleteItem ( _
    containerId As Long, _
    itemPath As String _
) As HttpResponseMessage
[TraceFilterAttribute(, )]
[HttpDeleteAttribute]
public HttpResponseMessage DeleteItem(
    long containerId,
    string itemPath
)

參數

傳回值

類型:System.Net.Http.HttpResponseMessage
沒有內容的回應訊息。

.NET Framework 安全性

請參閱

參考

ContainersController 類別

Microsoft.TeamFoundation.Framework.Server 命名空間